Searched refs:munlockall (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/mm/
H A Don-fault-limit.c28 munlockall();
H A Dmlock2-tests.c307 if (munlockall()) {
309 ksft_exit_fail_msg("munlockall(): %s\n", strerror(errno));
333 if (munlockall()) {
335 ksft_exit_fail_msg("munlockall(): %s\n", strerror(errno));
347 if (munlockall()) {
349 ksft_exit_fail_msg("munlockall() %s\n", strerror(errno));
438 munlockall();
/linux-master/kernel/
H A Dsys_ni.c186 COND_SYSCALL(munlockall); variable
/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)

Completed in 224 milliseconds