Home
last modified time | relevance | path

Searched refs:mlockall (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/tools/testing/selftests/vm/
Don-fault-limit.c23 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
Dmlock2-tests.c563 if (mlockall(MCL_CURRENT)) { in test_munlockall()
589 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall()
605 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall()
717 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
/linux-4.4.14/tools/laptop/freefall/
Dfreefall.c144 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt21 - mlock()/mlockall() system call handling.
277 (1) in the mlock()/mlockall() system call handlers;
282 (3) mmapping a region in a task that has called mlockall() with the MCL_FUTURE
307 mlock()/mlockall() SYSTEM CALL HANDLING
310 Both [do_]mlock() and [do_]mlockall() system call handlers call mlock_fixup()
311 for each VMA in the range specified by the call. In the case of mlockall(),
387 do_mlock[all]() - as the mlock() and mlockall() system calls with the unlock vs
468 In addition the mlock()/mlockall() system calls, an application can request
477 task that has previously called mlockall() with the MCL_FUTURE flag will result
574 mlockall(), overall this is a fairly rare event.
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S240 ENTRY_SAME(mlockall)
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h159 SYSCALL_SPU(mlockall)
/linux-4.4.14/mm/
Dmlock.c721 SYSCALL_DEFINE1(mlockall, int, flags) in SYSCALL_DEFINE1() argument
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl160 151 common mlockall sys_mlockall
Dsyscall_32.tbl161 152 i386 mlockall sys_mlockall
/linux-4.4.14/Documentation/power/
Duserland-swsusp.txt141 preferably using mlockall(), before calling SNAPSHOT_FREEZE.
/linux-4.4.14/Documentation/timers/
DNO_HZ.txt329 helpful, especially when combined with the mlock() and mlockall()