Searched refs:locked_shm (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/kernel/
H A Duser.c95 .locked_shm = 0,
/linux-4.1.27/mm/
H A Dmlock.c742 locked + user->locked_shm > lock_limit && !capable(CAP_IPC_LOCK)) user_shm_lock()
745 user->locked_shm += locked; user_shm_lock()
755 user->locked_shm -= (size + PAGE_SIZE - 1) >> PAGE_SHIFT; user_shm_unlock()
/linux-4.1.27/include/linux/
H A Dsched.h804 unsigned long locked_shm; /* How many pages of mlocked shm ? */ member in struct:user_struct

Completed in 85 milliseconds