OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mincore
(Results
1 - 5
of
5
) sorted by relevancy
/src/tests/lib/libc/sys/
t_mincore.c
80
static const char path[] = "
mincore
";
98
ATF_REQUIRE(
mincore
(addr, npgs * page, vec) == 0);
119
atf_tc_set_md_var(tc, "descr", "Test errors from
mincore
(2)");
133
ATF_REQUIRE_ERRNO(EINVAL,
mincore
(map, 0, vec) == -1);
136
ATF_REQUIRE_ERRNO(ENOMEM,
mincore
(0, page, vec) == -1);
139
ATF_REQUIRE_ERRNO(EFAULT,
mincore
(map, page, (void *)-1) == -1);
148
atf_tc_set_md_var(tc, "descr", "Test page residency with
mincore
(2)");
/src/sys/sys/
mman.h
240
int
mincore
(void *, size_t, char *);
/src/usr.bin/fincore/
fincore.c
75
* has been changed since the time when
mincore
was invented.
97
if (
mincore
(vp, chunk_size,
/src/sys/kern/
subr_cpu.c
311
u_int minsmt,
mincore
;
local in function:cpu_topology_init
383
mincore
= ci->ci_core_id;
387
ci2->ci_core_id <
mincore
) {
389
mincore
= ci2->ci_core_id;
/src/lib/libc/sys/
Makefile.inc
137
madvise.S memfd_create.S
mincore
.S minherit.S mkdir.S mkdirat.S \
281
madvise.2
mincore
.2 minherit.2 mlock.2 mlockall.2 mmap.2 modctl.2 \
Completed in 15 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025