Home
last modified time | relevance | path

Searched refs:poll_wait (Results 1 – 25 of 26) sorted by relevance

12

/fs/xfs/
A Dxfs_pwork.c51 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 Dxfs_pwork.h21 struct wait_queue_head poll_wait; member
/fs/
A Deventpoll.c192 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 Deventfd.c124 poll_wait(file, &ctx->wqh, wait); in eventfd_poll()
A Dsignalfd.c56 poll_wait(file, &current->sighand->signalfd_wqh, wait); in signalfd_poll()
A Dproc_namespace.c29 poll_wait(file, &p->ns->poll, wait); in mounts_poll()
A Dpipe.c674 poll_wait(filp, &pipe->rd_wait, wait); in pipe_poll()
676 poll_wait(filp, &pipe->wr_wait, wait); in pipe_poll()
A Dtimerfd.c252 poll_wait(file, &ctx->wqh, wait); in timerfd_poll()
A Dpidfs.c253 poll_wait(file, &pid->wait_pidfd, pts); in pidfd_poll()
/fs/proc/
A Dkmsg.c42 poll_wait(file, &log_wait, wait); in kmsg_poll()
A Dproc_sysctl.c665 poll_wait(filp, &table->poll->wait, wait); in proc_sys_poll()
/fs/bcachefs/
A Dthread_with_file.c229 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 Dpsdev.c63 poll_wait(file, &vcp->vc_waitq, wait); in coda_psdev_poll()
/fs/ecryptfs/
A Dmiscdev.c46 poll_wait(file, &daemon->wait, pt); in ecryptfs_miscdev_poll()
/fs/fuse/
A Dfile.c75 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 Dfuse_i.h278 wait_queue_head_t poll_wait; member
A Ddev.c2348 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 Ddlmfs.c213 poll_wait(file, &ip->ip_lockres.l_event, wait); in dlmfs_file_poll()
/fs/orangefs/
A Ddevorangefs-req.c759 poll_wait(file, &orangefs_request_list_waitq, poll_table); in orangefs_devreq_poll()
/fs/cachefiles/
A Ddaemon.c365 poll_wait(file, &cache->daemon_pollwq, poll); in cachefiles_daemon_poll()
/fs/dlm/
A Dplock.c590 poll_wait(file, &send_wq, wait); in dev_poll()
A Duser.c869 poll_wait(file, &proc->wait, wait); in device_poll()
/fs/notify/inotify/
A Dinotify_user.c144 poll_wait(file, &group->notification_waitq, wait); in inotify_poll()
/fs/kernfs/
A Dfile.c841 poll_wait(of->file, &on->poll, wait); in kernfs_generic_poll()
/fs/notify/fanotify/
A Dfanotify_user.c886 poll_wait(file, &group->notification_waitq, wait); in fanotify_poll()

Completed in 62 milliseconds

12