| /fs/xfs/ |
| A D | xfs_pwork.c | 51 wake_up(&pctl->poll_wait); in xfs_pwork_work() 83 init_waitqueue_head(&pctl->poll_wait); in xfs_pwork_init() 118 while (wait_event_timeout(pctl->poll_wait, in xfs_pwork_poll()
|
| A D | xfs_pwork.h | 21 struct wait_queue_head poll_wait; member
|
| /fs/ |
| A D | eventpoll.c | 192 wait_queue_head_t poll_wait; member 646 spin_lock_irqsave_nested(&ep->poll_wait.lock, flags, nests); in ep_poll_safewake() 648 wake_up_locked_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake() 650 spin_unlock_irqrestore(&ep->poll_wait.lock, flags); in ep_poll_safewake() 658 wake_up_poll(&ep->poll_wait, EPOLLIN | pollflags); in ep_poll_safewake() 905 if (waitqueue_active(&ep->poll_wait)) in ep_clear_and_put() 984 poll_wait(file, &ep->poll_wait, wait); in __ep_eventpoll_poll() 1157 init_waitqueue_head(&ep->poll_wait); in ep_alloc() 1409 if (waitqueue_active(&ep->poll_wait)) in ep_poll_callback() 1761 if (waitqueue_active(&ep->poll_wait)) in ep_insert() [all …]
|
| A D | eventfd.c | 124 poll_wait(file, &ctx->wqh, wait); in eventfd_poll()
|
| A D | signalfd.c | 56 poll_wait(file, ¤t->sighand->signalfd_wqh, wait); in signalfd_poll()
|
| A D | proc_namespace.c | 29 poll_wait(file, &p->ns->poll, wait); in mounts_poll()
|
| A D | pipe.c | 674 poll_wait(filp, &pipe->rd_wait, wait); in pipe_poll() 676 poll_wait(filp, &pipe->wr_wait, wait); in pipe_poll()
|
| A D | timerfd.c | 252 poll_wait(file, &ctx->wqh, wait); in timerfd_poll()
|
| A D | pidfs.c | 253 poll_wait(file, &pid->wait_pidfd, pts); in pidfd_poll()
|
| /fs/proc/ |
| A D | kmsg.c | 42 poll_wait(file, &log_wait, wait); in kmsg_poll()
|
| A D | proc_sysctl.c | 665 poll_wait(filp, &table->poll->wait, wait); in proc_sys_poll()
|
| /fs/bcachefs/ |
| A D | thread_with_file.c | 229 poll_wait(file, &thr->stdio.output.wait, wait); in thread_with_stdio_poll() 230 poll_wait(file, &thr->stdio.input.wait, wait); in thread_with_stdio_poll() 248 poll_wait(file, &thr->stdio.output.wait, wait); in thread_with_stdout_poll()
|
| /fs/coda/ |
| A D | psdev.c | 63 poll_wait(file, &vcp->vc_waitq, wait); in coda_psdev_poll()
|
| /fs/ecryptfs/ |
| A D | miscdev.c | 46 poll_wait(file, &daemon->wait, pt); in ecryptfs_miscdev_poll()
|
| /fs/fuse/ |
| A D | file.c | 75 init_waitqueue_head(&ff->poll_wait); in fuse_file_alloc() 312 wake_up_interruptible_all(&ff->poll_wait); in fuse_prepare_release() 2670 poll_wait(file, &ff->poll_wait, wait); in fuse_file_poll() 2677 if (waitqueue_active(&ff->poll_wait)) { in fuse_file_poll() 2719 wake_up_interruptible_sync(&ff->poll_wait); in fuse_notify_poll_wakeup()
|
| A D | fuse_i.h | 278 wait_queue_head_t poll_wait; member
|
| A D | dev.c | 2348 poll_wait(file, &fiq->waitq, wait); in fuse_dev_poll() 2382 wake_up_interruptible_all(&ff->poll_wait); in end_polls()
|
| /fs/ocfs2/dlmfs/ |
| A D | dlmfs.c | 213 poll_wait(file, &ip->ip_lockres.l_event, wait); in dlmfs_file_poll()
|
| /fs/orangefs/ |
| A D | devorangefs-req.c | 759 poll_wait(file, &orangefs_request_list_waitq, poll_table); in orangefs_devreq_poll()
|
| /fs/cachefiles/ |
| A D | daemon.c | 365 poll_wait(file, &cache->daemon_pollwq, poll); in cachefiles_daemon_poll()
|
| /fs/dlm/ |
| A D | plock.c | 590 poll_wait(file, &send_wq, wait); in dev_poll()
|
| A D | user.c | 869 poll_wait(file, &proc->wait, wait); in device_poll()
|
| /fs/notify/inotify/ |
| A D | inotify_user.c | 144 poll_wait(file, &group->notification_waitq, wait); in inotify_poll()
|
| /fs/kernfs/ |
| A D | file.c | 841 poll_wait(of->file, &on->poll, wait); in kernfs_generic_poll()
|
| /fs/notify/fanotify/ |
| A D | fanotify_user.c | 886 poll_wait(file, &group->notification_waitq, wait); in fanotify_poll()
|