Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 20 of 20) sorted by relevance

/fs/
Dselect.c421 if (f_op && f_op->poll) in do_select()
422 mask = (*f_op->poll)(file, retval ? NULL : wait); in do_select()
688 if (file->f_op && file->f_op->poll) in do_pollfd()
689 mask = file->f_op->poll(file, pwait); in do_pollfd()
838 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll()
839 int nfds = restart_block->poll.nfds; in do_restart_poll()
843 if (restart_block->poll.has_timeout) { in do_restart_poll()
844 end_time.tv_sec = restart_block->poll.tv_sec; in do_restart_poll()
845 end_time.tv_nsec = restart_block->poll.tv_nsec; in do_restart_poll()
858 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument
[all …]
Deventpoll.c520 .poll = ep_eventpoll_poll
776 revents = tfile->f_op->poll(tfile, &epq.pt); in ep_insert()
866 revents = epi->ffd.file->f_op->poll(epi->ffd.file, NULL); in ep_modify()
942 revents = epi->ffd.file->f_op->poll(epi->ffd.file, NULL); in ep_send_events()
1180 if (!tfile->f_op || !tfile->f_op->poll) in SYSCALL_DEFINE4()
Dpipe.c785 .poll = pipe_poll,
797 .poll = pipe_poll,
810 .poll = pipe_poll,
Deventfd.c181 .poll = eventfd_poll,
Dsignalfd.c204 .poll = signalfd_poll,
Dbad_inode.c162 .poll = bad_file_poll,
Dtimerfd.c161 .poll = timerfd_poll,
Dnamespace.c464 wake_up_interruptible(&ns->poll); in touch_mnt_namespace()
472 wake_up_interruptible(&ns->poll); in __touch_mnt_namespace()
1985 init_waitqueue_head(&new_ns->poll); in dup_mnt_ns()
2292 init_waitqueue_head(&ns->poll); in init_mount_tree()
/fs/proc/
Dinode.c220 unsigned int (*poll)(struct file *, struct poll_table_struct *); in proc_reg_poll() local
228 poll = pde->proc_fops->poll; in proc_reg_poll()
231 if (poll) in proc_reg_poll()
232 rv = poll(file, pts); in proc_reg_poll()
424 .poll = proc_reg_poll,
439 .poll = proc_reg_poll,
Dkmsg.c53 .poll = kmsg_poll,
Dbase.c677 poll_wait(file, &ns->poll, wait); in mounts_poll()
699 .poll = mounts_poll,
712 .poll = mounts_poll,
/fs/sysfs/
Dfile.c48 wait_queue_head_t poll; member
298 init_waitqueue_head(&new_od->poll); in sysfs_get_open_dirent()
442 poll_wait(filp, &od->poll, wait); in sysfs_poll()
465 wake_up_interruptible(&od->poll); in sysfs_notify_dirent()
495 .poll = sysfs_poll,
/fs/notify/inotify/
DKconfig23 descriptor, which is also select()- and poll()-able.
Dinotify_user.c579 .poll = inotify_poll,
/fs/coda/
Dpsdev.c345 .poll = coda_psdev_poll,
/fs/ecryptfs/
Dmiscdev.c491 .poll = ecryptfs_miscdev_poll,
/fs/dlm/
Dplock.c410 .poll = dev_poll,
Duser.c941 .poll = device_poll,
/fs/fuse/
Dfile.c1902 .poll = fuse_file_poll,
1917 .poll = fuse_file_poll,
Ddev.c1141 .poll = fuse_dev_poll,