Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Ducount.c89 tbl[i].data = &ns->ucount_max[i]; in setup_userns_sysctls()
198 max = READ_ONCE(tns->ucount_max[type]); in inc_ucount()
Duser_namespace.c122 ns->ucount_max[i] = INT_MAX; in create_user_ns()
Dfork.c829 init_user_ns.ucount_max[i] = max_threads/2; in fork_init()
/Linux-v5.4/fs/notify/inotify/
Dinotify_user.c52 .data = &init_user_ns.ucount_max[UCOUNT_INOTIFY_INSTANCES],
60 .data = &init_user_ns.ucount_max[UCOUNT_INOTIFY_WATCHES],
829 init_user_ns.ucount_max[UCOUNT_INOTIFY_INSTANCES] = 128; in inotify_user_setup()
830 init_user_ns.ucount_max[UCOUNT_INOTIFY_WATCHES] = 8192; in inotify_user_setup()
/Linux-v5.4/include/linux/
Duser_namespace.h88 int ucount_max[UCOUNT_COUNTS]; member