Lines Matching defs:ucounts
22 static struct ucounts *inc_ipc_namespaces(struct user_namespace *ns)
27 static void dec_ipc_namespaces(struct ucounts *ucounts)
29 dec_ucount(ucounts, UCOUNT_IPC_NAMESPACES);
36 struct ucounts *ucounts;
40 ucounts = inc_ipc_namespaces(user_ns);
41 if (!ucounts)
56 ns->ucounts = ucounts;
74 dec_ipc_namespaces(ucounts);
128 dec_ipc_namespaces(ns->ucounts);