Home
last modified time | relevance | path

Searched refs:inc_ucount (Results 1 – 5 of 5) 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()
Ducount.c189 struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, in inc_ucount() function
Dpid_namespace.c70 return inc_ucount(ns, current_euid(), UCOUNT_PID_NAMESPACES); in inc_pid_namespaces()
Duser_namespace.c34 return inc_ucount(ns, uid, UCOUNT_USER_NAMESPACES); in inc_user_namespaces()