Searched refs:notification_waitq (Results 1 – 5 of 5) sorted by relevance
102 init_waitqueue_head(&group->notification_waitq); in fsnotify_alloc_group()
123 wake_up(&group->notification_waitq); in fsnotify_add_event()
117 poll_wait(file, &group->notification_waitq, wait); in inotify_poll()235 add_wait_queue(&group->notification_waitq, &wait); in inotify_read()268 remove_wait_queue(&group->notification_waitq, &wait); in inotify_read()
246 poll_wait(file, &group->notification_waitq, wait); in fanotify_poll()269 add_wait_queue(&group->notification_waitq, &wait); in fanotify_read()321 remove_wait_queue(&group->notification_waitq, &wait); in fanotify_read()
140 wait_queue_head_t notification_waitq; /* read() on the notification file blocks on this waitq */ member