Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Duser_namespace.h54 UCOUNT_COUNTS, enumerator
93 int ucount_max[UCOUNT_COUNTS];
104 atomic_t ucount[UCOUNT_COUNTS];
/OK3568_Linux_fs/kernel/kernel/
H A 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()
H A Duser_namespace.c122 for (i = 0; i < UCOUNT_COUNTS; i++) { in create_user_ns()
H A Dfork.c856 for (i = 0; i < UCOUNT_COUNTS; i++) { in fork_init()