Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmlock.c804 memlock = inc_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, locked); in user_shm_lock()
807 dec_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, locked); in user_shm_lock()
811 dec_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, locked); in user_shm_lock()
824 dec_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, (size + PAGE_SIZE - 1) >> PAGE_SHIFT); in user_shm_unlock()
/linux-6.15/include/linux/
H A Duser_namespace.h68 UCOUNT_RLIMIT_MEMLOCK, enumerator
/linux-6.15/kernel/
H A Duser_namespace.c145 set_userns_rlimit_max(ns, UCOUNT_RLIMIT_MEMLOCK, rlimit(RLIMIT_MEMLOCK)); in create_user_ns()
H A Dfork.c1094 set_userns_rlimit_max(&init_user_ns, UCOUNT_RLIMIT_MEMLOCK, RLIM_INFINITY); in fork_init()