Home
last modified time | relevance | path

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

/linux-2.6.39/mm/
Dmlock.c600 locked + user->locked_shm > lock_limit && !capable(CAP_IPC_LOCK)) in user_shm_lock()
603 user->locked_shm += locked; in user_shm_lock()
613 user->locked_shm -= (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in user_shm_unlock()
/linux-2.6.39/kernel/
Duser.c60 .locked_shm = 0,
/linux-2.6.39/include/linux/
Dsched.h697 unsigned long locked_shm; /* How many pages of mlocked shm ? */ member