Searched refs:notification_waitq (Results 1 – 6 of 6) sorted by relevance
68 wait_event(group->notification_waitq, !atomic_read(&group->user_waits)); in fsnotify_destroy_group()131 init_waitqueue_head(&group->notification_waitq); in __fsnotify_alloc_group()
127 wake_up(&group->notification_waitq); in fsnotify_insert_event()
390 wake_up(&group->notification_waitq); in fsnotify_put_mark_wake()
145 poll_wait(file, &group->notification_waitq, wait); in inotify_poll()262 add_wait_queue(&group->notification_waitq, &wait); in inotify_read()295 remove_wait_queue(&group->notification_waitq, &wait); in inotify_read()
779 poll_wait(file, &group->notification_waitq, wait); in fanotify_poll()802 add_wait_queue(&group->notification_waitq, &wait); in fanotify_read()866 remove_wait_queue(&group->notification_waitq, &wait); in fanotify_read()
201 wait_queue_head_t notification_waitq; /* read() on the notification file blocks on this waitq */ member