Searched refs:watches_max (Results 1 – 1 of 1) sorted by relevance
834 unsigned long watches_max; in inotify_user_setup() local842 watches_max = (((si.totalram - si.totalhigh) / 100) << PAGE_SHIFT) / in inotify_user_setup()844 watches_max = clamp(watches_max, 8192UL, 1048576UL); in inotify_user_setup()870 init_user_ns.ucount_max[UCOUNT_INOTIFY_WATCHES] = watches_max; in inotify_user_setup()