Searched refs:ucount_max (Results 1 – 5 of 5) sorted by relevance
92 tbl[i].data = &ns->ucount_max[i]; in setup_userns_sysctls()201 max = READ_ONCE(tns->ucount_max[type]); in inc_ucount()
123 ns->ucount_max[i] = INT_MAX; in create_user_ns()
831 init_user_ns.ucount_max[i] = max_threads/2; in fork_init()
52 .data = &init_user_ns.ucount_max[UCOUNT_INOTIFY_INSTANCES],60 .data = &init_user_ns.ucount_max[UCOUNT_INOTIFY_WATCHES],825 init_user_ns.ucount_max[UCOUNT_INOTIFY_INSTANCES] = 128; in inotify_user_setup()826 init_user_ns.ucount_max[UCOUNT_INOTIFY_WATCHES] = 8192; in inotify_user_setup()
92 int ucount_max[UCOUNT_COUNTS]; member