Home
last modified time | relevance | path

Searched refs:inc_ucount (Results 1 – 6 of 6) sorted by relevance

/kernel/cgroup/
Dnamespace.c14 return inc_ucount(ns, current_euid(), UCOUNT_CGROUP_NAMESPACES); in inc_cgroup_namespaces()
/kernel/
Dutsname.c22 return inc_ucount(ns, current_euid(), UCOUNT_UTS_NAMESPACES); in inc_uts_namespaces()
Dpid_namespace.c63 return inc_ucount(ns, current_euid(), UCOUNT_PID_NAMESPACES); in inc_pid_namespaces()
Ducount.c229 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, in inc_ucount() function
Duser_namespace.c35 return inc_ucount(ns, uid, UCOUNT_USER_NAMESPACES); in inc_user_namespaces()
/kernel/time/
Dnamespace.c61 return inc_ucount(ns, current_euid(), UCOUNT_TIME_NAMESPACES); in inc_time_namespaces()