Searched refs:munlockall (Results 1 - 4 of 4) sorted by last modified time

/linux-master/tools/testing/selftests/mm/
H A Dmlock2-tests.c294 if (munlockall()) {
296 ksft_exit_fail_msg("munlockall(): %s\n", strerror(errno));
320 if (munlockall()) {
322 ksft_exit_fail_msg("munlockall(): %s\n", strerror(errno));
334 if (munlockall()) {
336 ksft_exit_fail_msg("munlockall() %s\n", strerror(errno));
425 munlockall();
H A Don-fault-limit.c28 munlockall();
/linux-master/mm/
H A Dmlock.c432 * called for munlock() and munlockall(), to clear VM_LOCKED from @vma.
706 * Take the MCL_* flags passed into mlockall (or 0 if called from munlockall)
782 SYSCALL_DEFINE0(munlockall)
/linux-master/kernel/
H A Dsys_ni.c186 COND_SYSCALL(munlockall); variable

Completed in 246 milliseconds