Searched refs:mincore (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/mincore/
H A Dmincore_selftest.c3 * kselftest suite for mincore().
28 * error conditions in mincore().
40 retval = mincore(0, 0, vec);
45 retval = mincore(NULL, page_size, vec);
58 retval = mincore(addr + 1, page_size, vec);
64 retval = mincore(addr, -1, vec);
70 retval = mincore(addr, page_size, NULL);
78 * Test mincore() behavior on a private anonymous page mapping.
99 retval = mincore(addr, page_size, vec);
108 retval = mincore(add
[all...]
/linux-master/arch/um/os-Linux/
H A Dprocess.c231 ret = mincore(addr, UM_KERN_PAGE_SIZE, vec);
254 ret = mincore(addr, UM_KERN_PAGE_SIZE, vec);
/linux-master/mm/
H A Dmincore.c3 * linux/mm/mincore.c
9 * The mincore() system call.
209 * The mincore(2) system call.
211 * mincore() returns the memory residency status of the pages in the
217 * Because the status of a page can change after mincore() checks it
232 SYSCALL_DEFINE3(mincore, unsigned long, start, size_t, len,
H A DMakefile35 mmu-$(CONFIG_MMU) := highmem.o memory.o mincore.o \
/linux-master/kernel/
H A Dsys_ni.c187 COND_SYSCALL(mincore); variable
/linux-master/tools/testing/selftests/
H A DMakefile53 TARGETS += mincore
/linux-master/tools/mm/
H A Dpage-types.c995 if (mincore(ptr, len, vec))
996 fatal("mincore failed: %s", name);

Completed in 283 milliseconds