Lines Matching defs:ucounts
61 static struct ucounts *inc_pid_namespaces(struct user_namespace *ns)
66 static void dec_pid_namespaces(struct ucounts *ucounts)
68 dec_ucount(ucounts, UCOUNT_PID_NAMESPACES);
76 struct ucounts *ucounts;
86 ucounts = inc_pid_namespaces(user_ns);
87 if (!ucounts)
110 ns->ucounts = ucounts;
119 dec_pid_namespaces(ucounts);
128 dec_pid_namespaces(ns->ucounts);