Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Duser_namespace.h57 UCOUNT_COUNTS, enumerator
103 long ucount_max[UCOUNT_COUNTS];
112 atomic_long_t ucount[UCOUNT_COUNTS];
/linux-6.1.9/kernel/
Ducount.c99 BUILD_BUG_ON(ARRAY_SIZE(user_table) != UCOUNT_COUNTS + 1); in setup_userns_sysctls()
104 for (i = 0; i < UCOUNT_COUNTS; i++) { in setup_userns_sysctls()
Duser_namespace.c139 for (i = 0; i < UCOUNT_COUNTS; i++) { in create_user_ns()
Dfork.c928 for (i = 0; i < UCOUNT_COUNTS; i++) in fork_init()