Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Ducount.c96 tbl[i].data = &ns->ucount_max[i]; in setup_userns_sysctls()
205 max = READ_ONCE(tns->ucount_max[type]); in inc_ucount()
Duser_namespace.c127 ns->ucount_max[i] = INT_MAX; in create_user_ns()
Dfork.c767 init_user_ns.ucount_max[i] = max_threads/2; in fork_init()
/Linux-v4.19/fs/notify/inotify/
Dinotify_user.c62 .data = &init_user_ns.ucount_max[UCOUNT_INOTIFY_INSTANCES],
70 .data = &init_user_ns.ucount_max[UCOUNT_INOTIFY_WATCHES],
824 init_user_ns.ucount_max[UCOUNT_INOTIFY_INSTANCES] = 128; in inotify_user_setup()
825 init_user_ns.ucount_max[UCOUNT_INOTIFY_WATCHES] = 8192; in inotify_user_setup()
/Linux-v4.19/include/linux/
Duser_namespace.h78 int ucount_max[UCOUNT_COUNTS]; member