Searched refs:poll (Results 1 – 20 of 20) sorted by relevance
/fs/ |
D | select.c | 421 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 …]
|
D | eventpoll.c | 520 .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()
|
D | pipe.c | 785 .poll = pipe_poll, 797 .poll = pipe_poll, 810 .poll = pipe_poll,
|
D | eventfd.c | 181 .poll = eventfd_poll,
|
D | signalfd.c | 204 .poll = signalfd_poll,
|
D | bad_inode.c | 162 .poll = bad_file_poll,
|
D | timerfd.c | 161 .poll = timerfd_poll,
|
D | namespace.c | 464 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/ |
D | inode.c | 220 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,
|
D | kmsg.c | 53 .poll = kmsg_poll,
|
D | base.c | 677 poll_wait(file, &ns->poll, wait); in mounts_poll() 699 .poll = mounts_poll, 712 .poll = mounts_poll,
|
/fs/sysfs/ |
D | file.c | 48 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/ |
D | Kconfig | 23 descriptor, which is also select()- and poll()-able.
|
D | inotify_user.c | 579 .poll = inotify_poll,
|
/fs/coda/ |
D | psdev.c | 345 .poll = coda_psdev_poll,
|
/fs/ecryptfs/ |
D | miscdev.c | 491 .poll = ecryptfs_miscdev_poll,
|
/fs/dlm/ |
D | plock.c | 410 .poll = dev_poll,
|
D | user.c | 941 .poll = device_poll,
|
/fs/fuse/ |
D | file.c | 1902 .poll = fuse_file_poll, 1917 .poll = fuse_file_poll,
|
D | dev.c | 1141 .poll = fuse_dev_poll,
|