Home
last modified time | relevance | path

Searched full:mincore (Results 1 – 18 of 18) sorted by relevance

/linux/tools/testing/selftests/mincore/
H A Dmincore_selftest.c3 * kselftest suite for mincore().
28 * error conditions in mincore().
40 retval = mincore(0, 0, vec); in TEST()
45 retval = mincore(NULL, page_size, vec); in TEST()
58 retval = mincore(addr + 1, page_size, vec); in TEST()
64 retval = mincore(addr, -1, vec); in TEST()
70 retval = mincore(addr, page_size, NULL); in TEST()
78 * Test mincore() behavior on a private anonymous page mapping.
99 retval = mincore(addr, page_size, vec); in TEST()
108 retval = mincore(addr, page_size, vec); in TEST()
[all …]
/linux/mm/
H A Dmincore.c3 * linux/mm/mincore.c
9 * The mincore() system call.
82 * device. mincore page table walk locks the PTL, and the swap in mincore_swap()
269 * The mincore(2) system call.
271 * mincore() returns the memory residency status of the pages in the
277 * Because the status of a page can change after mincore() checks it
292 SYSCALL_DEFINE3(mincore, unsigned long, start, size_t, len, in SYSCALL_DEFINE3() argument
H A Dfilemap.c4699 * See mincore: reveal pagecache information only for files
/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst206 the help of lseek and/or mincore system calls.
213 mincore() can differentiate between pages in memory (present, including swap
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl36 26 n64 mincore sys_mincore
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl177 218 common mincore sys_mincore
/linux/scripts/
H A Dsyscall.tbl278 232 common mincore sys_mincore
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl102 90 common mincore sys_mincore
/linux/tools/scripts/
H A Dsyscall.tbl278 232 common mincore sys_mincore
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl39 27 common mincore sys_mincore
H A Dsyscall_32.tbl233 218 i386 mincore sys_mincore
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl228 218 common mincore sys_mincore
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl237 219 common mincore sys_mincore
/linux/tools/testing/selftests/
H A DMakefile68 TARGETS += mincore
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl103 78 common mincore sys_mincore
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl266 206 common mincore sys_mincore
/linux/tools/mm/
H A Dpage-types.c995 if (mincore(ptr, len, vec)) in walk_file_range()
996 fatal("mincore failed: %s", name); in walk_file_range()
/linux/
H A DMAINTAINERS17317 F: mm/mincore.c