Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c834 unsigned long watches_max; in inotify_user_setup() local
842 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()