/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.c | 275 if (qcq->napi.poll) in ionic_qcq_enable()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 612 netif_napi_add(qs->netdev, &qs->napi, qs->napi.poll, in init_napi()
|
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/ |
H A D | sisusb.c | 45 #include <linux/poll.h>
|
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_oss.c | 3106 .poll = snd_pcm_oss_poll,
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | file.c | 3121 * wakes up the poll waiters. 3505 .poll = fuse_file_poll,
|
/kernel/linux/linux-5.10/mm/ |
H A D | swapfile.c | 35 #include <linux/poll.h>
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | base.c | 88 #include <linux/poll.h>
|
/kernel/linux/linux-5.10/net/core/ |
H A D | sock.c | 108 #include <linux/poll.h> 2944 /* Should agree with poll, otherwise some programs break */ in sock_def_write_space()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 32 * wakes people on errors. poll 104 * Michael Pall : Handle poll() after URG properly in 109 * tcp_readable(), poll() after URG 164 * Matt Day : poll()->select() match BSD precisely on error 203 * Andi Kleen : Make poll agree with SIGIO 251 #include <linux/poll.h> 513 * Note that we don't need to lock the socket, as the upper poll layers 532 * by poll logic and correct handling of state changes in tcp_poll() 539 * EPOLLHUP is certainly not done right. But poll() doesn't in tcp_poll() 543 * Some poll() documentatio in tcp_poll() [all...] |
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | pci.c | 193 /* only used for poll queues: */ 454 * The poll queue(s) doesn't have an IRQ (and hence IRQ in nvme_pci_map_queues() 1629 .poll = nvme_poll, 2244 dev_info(dev->ctrl.device, "%d/%d/%d default/read/poll queues\n", in nvme_setup_io_queues()
|
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/ |
H A D | allegro-core.c | 2896 .poll = v4l2_m2m_fop_poll,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 612 netif_napi_add(qs->netdev, &qs->napi, qs->napi.poll); in init_napi()
|
H A D | sge.c | 3015 qs->napi.poll = p->polling ? napi_rx_handler : ofld_poll; in t3_update_qset_coalesce()
|
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/ |
H A D | allegro-core.c | 3588 .poll = v4l2_m2m_fop_poll,
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | file.c | 2844 * wakes up the poll waiters. 3223 .poll = fuse_file_poll,
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | base.c | 87 #include <linux/poll.h>
|
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx-jpeg/ |
H A D | mxc-jpeg.c | 2659 .poll = v4l2_m2m_fop_poll,
|
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
H A D | coda-common.c | 2779 .poll = v4l2_m2m_fop_poll,
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | pci.c | 193 /* only used for poll queues: */ 455 * The poll queue(s) doesn't have an IRQ (and hence IRQ in nvme_pci_map_queues() 1674 .poll = nvme_poll, 2362 dev_info(dev->ctrl.device, "%d/%d/%d default/read/poll queues\n", in nvme_setup_io_queues()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq.c | 4840 ret = q->mq_ops->poll(hctx, iob); in blk_hctx_poll()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_perf.c | 522 * This is either called via fops (for blocking reads in user ctx) or the poll 1267 * i915_oa_poll_wait - call poll_wait() for an OA stream poll() 1270 * @wait: poll() state table 3118 * during a read() or poll()). 3557 /* We allow the poll checking to sometimes report false positive EPOLLIN in i915_perf_read() 3560 * want to enter a busy loop between poll() reporting a EPOLLIN event in i915_perf_read() 3566 * buffer. In this case we want the next poll() call to not block. in i915_perf_read() 3595 * @wait: poll() state table 3601 * Returns: any poll events that are ready without sleeping 3626 * @wait: poll() stat [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-record.c | 61 #include <poll.h> 666 * polled. If this happens, the poll() will continue to wait in sig_handler() 669 * read. To ensure the poll() doesn't sleep when done is set, in sig_handler() 670 * use an eventfd (done_fd) to wake up the poll(). in sig_handler() 2381 pr_err("Failed to add wakeup eventfd to poll list\n"); in __cmd_record()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | xprtsock.c | 743 return transport->sock->ops->poll(transport->file, transport->sock, in xs_poll_socket()
|
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | pcm_oss.c | 3130 .poll = snd_pcm_oss_poll,
|
/kernel/linux/linux-6.6/mm/ |
H A D | swapfile.c | 36 #include <linux/poll.h>
|