Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Ducount.c92 tbl[i].data = &ns->ucount_max[i]; in setup_userns_sysctls()
201 max = READ_ONCE(tns->ucount_max[type]); in inc_ucount()
H A Duser_namespace.c123 ns->ucount_max[i] = INT_MAX; in create_user_ns()
H A Dfork.c857 init_user_ns.ucount_max[i] = max_threads/2; in fork_init()
/OK3568_Linux_fs/kernel/fs/notify/inotify/
H A Dinotify_user.c52 .data = &init_user_ns.ucount_max[UCOUNT_INOTIFY_INSTANCES],
60 .data = &init_user_ns.ucount_max[UCOUNT_INOTIFY_WATCHES],
837 init_user_ns.ucount_max[UCOUNT_INOTIFY_INSTANCES] = 128; in inotify_user_setup()
838 init_user_ns.ucount_max[UCOUNT_INOTIFY_WATCHES] = 8192; in inotify_user_setup()
/OK3568_Linux_fs/kernel/include/linux/
H A Duser_namespace.h93 int ucount_max[UCOUNT_COUNTS]; member