Searched full:mincore (Results 1 – 18 of 18) sorted by relevance
| /linux/tools/testing/selftests/mincore/ |
| H A D | mincore_selftest.c | 3 * 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 D | mincore.c | 3 * 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 D | filemap.c | 4699 * See mincore: reveal pagecache information only for files
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | pagemap.rst | 206 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 D | syscall_n64.tbl | 36 26 n64 mincore sys_mincore
|
| /linux/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 177 218 common mincore sys_mincore
|
| /linux/scripts/ |
| H A D | syscall.tbl | 278 232 common mincore sys_mincore
|
| /linux/tools/perf/arch/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 102 90 common mincore sys_mincore
|
| /linux/tools/scripts/ |
| H A D | syscall.tbl | 278 232 common mincore sys_mincore
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 39 27 common mincore sys_mincore
|
| H A D | syscall_32.tbl | 233 218 i386 mincore sys_mincore
|
| /linux/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 228 218 common mincore sys_mincore
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 237 219 common mincore sys_mincore
|
| /linux/tools/testing/selftests/ |
| H A D | Makefile | 68 TARGETS += mincore
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 103 78 common mincore sys_mincore
|
| /linux/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 266 206 common mincore sys_mincore
|
| /linux/tools/mm/ |
| H A D | page-types.c | 995 if (mincore(ptr, len, vec)) in walk_file_range() 996 fatal("mincore failed: %s", name); in walk_file_range()
|
| /linux/ |
| H A D | MAINTAINERS | 17317 F: mm/mincore.c
|