Home
last modified time | relevance | path

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

/linux/include/linux/
H A Duser_namespace.h61 UCOUNT_COUNTS, enumerator
111 long ucount_max[UCOUNT_COUNTS];
125 atomic_long_t ucount[UCOUNT_COUNTS];
/linux/kernel/
H A Ducount.c100 BUILD_BUG_ON(ARRAY_SIZE(user_table) != UCOUNT_COUNTS); in setup_userns_sysctls()
105 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.c832 for (i = 0; i < UCOUNT_COUNTS; i++) in fork_init()