Home
last modified time | relevance | path

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

/fs/notify/
Dgroup.c130 group->max_events = UINT_MAX; in __fsnotify_alloc_group()
Dnotification.c101 group->q_len >= group->max_events) { in fsnotify_add_event()
/fs/notify/inotify/
Dinotify_user.c634 static struct fsnotify_group *inotify_new_group(unsigned int max_events) in inotify_new_group() argument
655 group->max_events = max_events; in inotify_new_group()
/fs/notify/fanotify/
Dfanotify_user.c1270 group->max_events = UINT_MAX; in SYSCALL_DEFINE2()
1272 group->max_events = fanotify_max_queued_events; in SYSCALL_DEFINE2()
Dfanotify.c623 if (group->max_events == UINT_MAX) in fanotify_alloc_event()