Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/laptops/
Dhpfall.c117 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
/linux-3.4.99/Documentation/vm/
Dunevictable-lru.txt21 - mlock()/mlockall() system call handling.
280 (1) in the mlock()/mlockall() system call handlers;
285 (3) mmapping a region in a task that has called mlockall() with the MCL_FUTURE
310 mlock()/mlockall() SYSTEM CALL HANDLING
313 Both [do_]mlock() and [do_]mlockall() system call handlers call mlock_fixup()
314 for each VMA in the range specified by the call. In the case of mlockall(),
390 do_mlock[all]() - as the mlock() and mlockall() system calls with the unlock vs
460 In addition the the mlock()/mlockall() system calls, an application can request
463 task that has previously called mlockall() with the MCL_FUTURE flag will result
647 mlockall(), overall this is a fairly rare event.
/linux-3.4.99/arch/powerpc/include/asm/
Dsystbl.h158 SYSCALL_SPU(mlockall)
/linux-3.4.99/mm/
Dmlock.c549 SYSCALL_DEFINE1(mlockall, int, flags) in SYSCALL_DEFINE1() argument
/linux-3.4.99/arch/parisc/kernel/
Dsyscall_table.S240 ENTRY_SAME(mlockall)
/linux-3.4.99/arch/x86/syscalls/
Dsyscall_64.tbl160 151 common mlockall sys_mlockall
Dsyscall_32.tbl161 152 i386 mlockall sys_mlockall
/linux-3.4.99/Documentation/power/
Duserland-swsusp.txt141 preferably using mlockall(), before calling SNAPSHOT_FREEZE.