Home
last modified time | relevance | path

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

/Linux-v5.4/fs/notify/
Dgroup.c67 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()
Dnotification.c126 wake_up(&group->notification_waitq); in fsnotify_add_event()
Dmark.c323 wake_up(&group->notification_waitq); in fsnotify_put_mark_wake()
/Linux-v5.4/fs/notify/inotify/
Dinotify_user.c106 poll_wait(file, &group->notification_waitq, wait); in inotify_poll()
224 add_wait_queue(&group->notification_waitq, &wait); in inotify_read()
257 remove_wait_queue(&group->notification_waitq, &wait); in inotify_read()
/Linux-v5.4/fs/notify/fanotify/
Dfanotify_user.c325 poll_wait(file, &group->notification_waitq, wait); in fanotify_poll()
348 add_wait_queue(&group->notification_waitq, &wait); in fanotify_read()
407 remove_wait_queue(&group->notification_waitq, &wait); in fanotify_read()
/Linux-v5.4/include/linux/
Dfsnotify_backend.h162 wait_queue_head_t notification_waitq; /* read() on the notification file blocks on this waitq */ member