Home
last modified time | relevance | path

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

/linux-3.4.99/fs/notify/
Dgroup.c95 init_waitqueue_head(&group->notification_waitq); in fsnotify_alloc_group()
Dnotification.c227 wake_up(&group->notification_waitq); in fsnotify_add_notify_event()
/linux-3.4.99/fs/notify/inotify/
Dinotify_user.c117 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/
Dfanotify_user.c309 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/
Dfsnotify_backend.h131 wait_queue_head_t notification_waitq; /* read() on the notification file blocks on this waitq */ member