Searched refs:notification_waitq (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/notify/
H A Dgroup.c68 wait_event(group->notification_waitq, !atomic_read(&group->user_waits));
131 init_waitqueue_head(&group->notification_waitq);
H A Dnotification.c127 wake_up(&group->notification_waitq);
H A Dmark.c386 * We abuse notification_waitq on group shutdown for waiting for
390 wake_up(&group->notification_waitq);
/linux-master/fs/notify/inotify/
H A Dinotify_user.c144 poll_wait(file, &group->notification_waitq, wait);
261 add_wait_queue(&group->notification_waitq, &wait);
294 remove_wait_queue(&group->notification_waitq, &wait);
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c778 poll_wait(file, &group->notification_waitq, wait);
801 add_wait_queue(&group->notification_waitq, &wait);
865 remove_wait_queue(&group->notification_waitq, &wait);
/linux-master/include/linux/
H A Dfsnotify_backend.h201 wait_queue_head_t notification_waitq; /* read() on the notification file blocks on this waitq */ member in struct:fsnotify_group

Completed in 154 milliseconds