/kernel/linux/linux-5.10/drivers/media/platform/atmel/ |
H A D | atmel-isc-base.c | 1646 .poll = vb2_fop_poll,
|
/kernel/linux/linux-5.10/drivers/media/platform/am437x/ |
H A D | am437x-vpfe.c | 2098 .poll = vb2_fop_poll,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 90 /* How often and how many times to poll for a reset while waiting for a 271 /* NAPI poll handler 305 "channel %d NAPI poll executing on CPU %d\n", in ef4_poll() 2622 .poll = ef4_port_dummy_op_poll,
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | xprtsock.c | 681 return transport->sock->ops->poll(transport->file, transport->sock, in xs_poll_socket()
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | af_netlink.c | 2758 .poll = datagram_poll,
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-record.c | 56 #include <poll.h> 565 * happens, the poll() will continue to wait even though done is set, in sig_handler() 567 * counters are ready for read. To ensure the poll() doesn't sleep when in sig_handler() 568 * done is set, use an eventfd (done_fd) to wake up the poll(). in sig_handler() 1671 pr_err("Failed to add wakeup eventfd to poll list\n"); in __cmd_record()
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | mixer_quirks.c | 265 hwdep->ops.poll = snd_usb_sbrc_hwdep_poll; in snd_usb_soundblaster_remote_init()
|
/kernel/linux/linux-5.10/drivers/vme/bridges/ |
H A D | vme_tsi148.c | 19 #include <linux/poll.h>
|
/kernel/linux/linux-5.10/kernel/ |
H A D | fork.c | 1824 * group, then poll(2) should block, similar to the wait(2) family. in pidfd_poll() 1834 .poll = pidfd_poll,
|
/kernel/linux/linux-5.10/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 1514 .poll = vb2_fop_poll,
|
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | vpe.c | 2449 .poll = v4l2_m2m_fop_poll,
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
H A D | vicodec-core.c | 2011 .poll = v4l2_m2m_fop_poll,
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 2338 .poll = vb2_fop_poll,
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | tcp.c | 1794 /* map dedicated poll queues only if we have queues left */ in nvme_tcp_set_io_queues() 2443 /* map dedicated poll queues only if we have queues left */ in nvme_tcp_map_queues() 2453 "mapped %d/%d/%d default/read/poll queues.\n", in nvme_tcp_map_queues() 2486 .poll = nvme_tcp_poll,
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | toshiba_acpi.c | 2592 .poll = toshiba_acpi_wwan_poll,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 1893 __poll_t (*poll) (struct file *, struct poll_table_struct *); member
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/ |
H A D | vpe.c | 2447 .poll = v4l2_m2m_fop_poll,
|
/kernel/linux/linux-6.6/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 1512 .poll = vb2_fop_poll,
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 2328 .poll = vb2_fop_poll,
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/am437x/ |
H A D | am437x-vpfe.c | 2100 .poll = vb2_fop_poll,
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/ |
H A D | vicodec-core.c | 2002 .poll = v4l2_m2m_fop_poll,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_common.c | 256 * poll until the firmware has acknowledged the update by zeroing the 777 nfp_net_has_xsk_pool_slow(dp, idx) ? dp->ops->xsk_poll : dp->ops->poll); in nfp_net_napi_add()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 89 /* How often and how many times to poll for a reset while waiting for a 265 /* NAPI poll handler 299 "channel %d NAPI poll executing on CPU %d\n", in ef4_poll() 2611 .poll = ef4_port_dummy_op_poll,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 1923 __poll_t (*poll) (struct file *, struct poll_table_struct *); member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sock.h | 60 #include <linux/poll.h> 2607 * Default write policy as shown to user space via poll/select/SIGIO 2642 * Compare this to poll().
|