ucount_max         52 fs/notify/inotify/inotify_user.c 		.data		= &init_user_ns.ucount_max[UCOUNT_INOTIFY_INSTANCES],
ucount_max         60 fs/notify/inotify/inotify_user.c 		.data		= &init_user_ns.ucount_max[UCOUNT_INOTIFY_WATCHES],
ucount_max        829 fs/notify/inotify/inotify_user.c 	init_user_ns.ucount_max[UCOUNT_INOTIFY_INSTANCES] = 128;
ucount_max        830 fs/notify/inotify/inotify_user.c 	init_user_ns.ucount_max[UCOUNT_INOTIFY_WATCHES] = 8192;
ucount_max         88 include/linux/user_namespace.h 	int ucount_max[UCOUNT_COUNTS];
ucount_max        829 kernel/fork.c  		init_user_ns.ucount_max[i] = max_threads/2;
ucount_max         89 kernel/ucount.c 			tbl[i].data = &ns->ucount_max[i];
ucount_max        198 kernel/ucount.c 		max = READ_ONCE(tns->ucount_max[type]);
ucount_max        122 kernel/user_namespace.c 		ns->ucount_max[i] = INT_MAX;