Home
last modified time | relevance | path

Searched refs:UCOUNT_RLIMIT_MEMLOCK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/mm/
H A Dmlock.c762 memlock = inc_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, locked); in user_shm_lock()
765 dec_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, locked); in user_shm_lock()
769 dec_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, locked); in user_shm_lock()
782 dec_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, (size + PAGE_SIZE - 1) >> PAGE_SHIFT); in user_shm_unlock()
/openbmc/linux/include/linux/
H A Duser_namespace.h64 UCOUNT_RLIMIT_MEMLOCK, enumerator
/openbmc/linux/kernel/
H A Duser_namespace.c145 set_userns_rlimit_max(ns, UCOUNT_RLIMIT_MEMLOCK, rlimit(RLIMIT_MEMLOCK)); in create_user_ns()
H A Dfork.c1075 set_userns_rlimit_max(&init_user_ns, UCOUNT_RLIMIT_MEMLOCK, RLIM_INFINITY); in fork_init()