Searched refs:mlockall (Results 1 – 16 of 16) sorted by relevance
505 if (mlockall(MCL_CURRENT)) { in test_munlockall()531 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall()547 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall()659 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
144 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
255 (1) in the mlock()/mlockall() system call handlers;260 (3) mmapping a region in a task that has called mlockall() with the MCL_FUTURE285 mlock()/mlockall() System Call Handling288 Both [do\_]mlock() and [do\_]mlockall() system call handlers call mlock_fixup()289 for each VMA in the range specified by the call. In the case of mlockall(),366 do_mlock[all]() - as the mlock() and mlockall() system calls with the unlock vs468 In addition the mlock()/mlockall() system calls, an application can request477 task that has previously called mlockall() with the MCL_FUTURE flag will result576 mlockall(), overall this is a fairly rare event.
268 COND_SYSCALL(mlockall);
240 ENTRY_SAME(mlockall)
160 SYSCALL_SPU(mlockall)
795 SYSCALL_DEFINE1(mlockall, int, flags) in SYSCALL_DEFINE1() argument
162 151 common mlockall __x64_sys_mlockall
166 152 i386 mlockall sys_mlockall __ia32_sys_mlockall
168 152 common mlockall sys_mlockall
141 preferably using mlockall(), before calling SNAPSHOT_FREEZE.
144 152 common mlockall sys_mlockall sys_mlockall
299 helpful, especially when combined with the mlock() and mlockall()