Home
last modified time | relevance | path

Searched refs:UCOUNT_COUNTS (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Duser_namespace.h53 UCOUNT_COUNTS, enumerator
92 int ucount_max[UCOUNT_COUNTS];
100 atomic_t ucount[UCOUNT_COUNTS];
/kernel/linux/linux-5.10/kernel/
Ducount.c86 BUILD_BUG_ON(ARRAY_SIZE(user_table) != UCOUNT_COUNTS + 1); in setup_userns_sysctls()
91 for (i = 0; i < UCOUNT_COUNTS; i++) { in setup_userns_sysctls()
Duser_namespace.c122 for (i = 0; i < UCOUNT_COUNTS; i++) { in create_user_ns()
Dfork.c834 for (i = 0; i < UCOUNT_COUNTS; i++) { in fork_init()