Searched refs:notification_waitq (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/fs/notify/ |
D | group.c | 95 init_waitqueue_head(&group->notification_waitq); in fsnotify_alloc_group()
|
D | notification.c | 227 wake_up(&group->notification_waitq); in fsnotify_add_notify_event()
|
/linux-3.4.99/fs/notify/inotify/ |
D | inotify_user.c | 117 poll_wait(file, &group->notification_waitq, wait); in inotify_poll() 243 prepare_to_wait(&group->notification_waitq, &wait, TASK_INTERRUPTIBLE); in inotify_read() 277 finish_wait(&group->notification_waitq, &wait); in inotify_read()
|
/linux-3.4.99/fs/notify/fanotify/ |
D | fanotify_user.c | 309 poll_wait(file, &group->notification_waitq, wait); in fanotify_poll() 333 prepare_to_wait(&group->notification_waitq, &wait, TASK_INTERRUPTIBLE); in fanotify_read() 365 finish_wait(&group->notification_waitq, &wait); in fanotify_read()
|
/linux-3.4.99/include/linux/ |
D | fsnotify_backend.h | 131 wait_queue_head_t notification_waitq; /* read() on the notification file blocks on this waitq */ member
|