Searched refs:inc_ucount (Results 1 – 6 of 6) sorted by relevance
/kernel/cgroup/ |
D | namespace.c | 14 return inc_ucount(ns, current_euid(), UCOUNT_CGROUP_NAMESPACES); in inc_cgroup_namespaces()
|
/kernel/ |
D | utsname.c | 22 return inc_ucount(ns, current_euid(), UCOUNT_UTS_NAMESPACES); in inc_uts_namespaces()
|
D | pid_namespace.c | 63 return inc_ucount(ns, current_euid(), UCOUNT_PID_NAMESPACES); in inc_pid_namespaces()
|
D | ucount.c | 229 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, in inc_ucount() function
|
D | user_namespace.c | 35 return inc_ucount(ns, uid, UCOUNT_USER_NAMESPACES); in inc_user_namespaces()
|
/kernel/time/ |
D | namespace.c | 61 return inc_ucount(ns, current_euid(), UCOUNT_TIME_NAMESPACES); in inc_time_namespaces()
|