Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Duser_namespace.h57 UCOUNT_COUNTS, enumerator
103 long ucount_max[UCOUNT_COUNTS];
112 atomic_long_t ucount[UCOUNT_COUNTS];
/openbmc/linux/kernel/
H A 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()
H A Duser_namespace.c139 for (i = 0; i < UCOUNT_COUNTS; i++) { in create_user_ns()
H A Dfork.c1070 for (i = 0; i < UCOUNT_COUNTS; i++) in fork_init()