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()132 init_waitqueue_head(&group->notification_waitq); in fsnotify_alloc_group()
126 wake_up(&group->notification_waitq); in fsnotify_add_event()
323 wake_up(&group->notification_waitq); in fsnotify_put_mark_wake()
108 poll_wait(file, &group->notification_waitq, wait); in inotify_poll()226 add_wait_queue(&group->notification_waitq, &wait); in inotify_read()259 remove_wait_queue(&group->notification_waitq, &wait); in inotify_read()
451 poll_wait(file, &group->notification_waitq, wait); in fanotify_poll()474 add_wait_queue(&group->notification_waitq, &wait); in fanotify_read()538 remove_wait_queue(&group->notification_waitq, &wait); in fanotify_read()
195 wait_queue_head_t notification_waitq; /* read() on the notification file blocks on this waitq */ member