Home
last modified time | relevance | path

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

/linux/kernel/
H A Ducount.c106 tbl[i].data = &ns->ucount_max[i]; in setup_userns_sysctls()
223 max = READ_ONCE(tns->ucount_max[type]); in inc_ucount()
H A Duser_namespace.c140 ns->ucount_max[i] = INT_MAX; in create_user_ns()
H A Dfork.c875 init_user_ns.ucount_max[i] = max_threads/2; in fork_init()
/linux/include/linux/
H A Duser_namespace.h111 long ucount_max[UCOUNT_COUNTS]; member