Lines Matching defs:ucounts
28 static struct ucounts *inc_ipc_namespaces(struct user_namespace *ns)
33 static void dec_ipc_namespaces(struct ucounts *ucounts)
35 dec_ucount(ucounts, UCOUNT_IPC_NAMESPACES);
42 struct ucounts *ucounts;
47 ucounts = inc_ipc_namespaces(user_ns);
48 if (!ucounts) {
71 ns->ucounts = ucounts;
102 dec_ipc_namespaces(ucounts);
160 dec_ipc_namespaces(ns->ucounts);