max_user_watches  265 fs/eventpoll.c static long max_user_watches __read_mostly;
max_user_watches  300 fs/eventpoll.c 		.data		= &max_user_watches,
max_user_watches  301 fs/eventpoll.c 		.maxlen		= sizeof(max_user_watches),
max_user_watches 1508 fs/eventpoll.c 	if (unlikely(user_watches >= max_user_watches))
max_user_watches 2368 fs/eventpoll.c 	max_user_watches = (((si.totalram - si.totalhigh) / 25) << PAGE_SHIFT) /
max_user_watches 2370 fs/eventpoll.c 	BUG_ON(max_user_watches < 0);