Home
last modified time | relevance | path

Searched refs:poll (Results 2251 - 2275 of 2308) sorted by relevance

1...<<919293

/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c275 if (qcq->napi.poll) in ionic_qcq_enable()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c612 netif_napi_add(qs->netdev, &qs->napi, qs->napi.poll, in init_napi()
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/
H A Dsisusb.c45 #include <linux/poll.h>
/kernel/linux/linux-5.10/sound/core/oss/
H A Dpcm_oss.c3106 .poll = snd_pcm_oss_poll,
/kernel/linux/linux-5.10/fs/fuse/
H A Dfile.c3121 * wakes up the poll waiters.
3505 .poll = fuse_file_poll,
/kernel/linux/linux-5.10/mm/
H A Dswapfile.c35 #include <linux/poll.h>
/kernel/linux/linux-5.10/fs/proc/
H A Dbase.c88 #include <linux/poll.h>
/kernel/linux/linux-5.10/net/core/
H A Dsock.c108 #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 Dtcp.c32 * 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 Dpci.c193 /* 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 Dallegro-core.c2896 .poll = v4l2_m2m_fop_poll,
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c612 netif_napi_add(qs->netdev, &qs->napi, qs->napi.poll); in init_napi()
H A Dsge.c3015 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 Dallegro-core.c3588 .poll = v4l2_m2m_fop_poll,
/kernel/linux/linux-6.6/fs/fuse/
H A Dfile.c2844 * wakes up the poll waiters.
3223 .poll = fuse_file_poll,
/kernel/linux/linux-6.6/fs/proc/
H A Dbase.c87 #include <linux/poll.h>
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c2659 .poll = v4l2_m2m_fop_poll,
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H A Dcoda-common.c2779 .poll = v4l2_m2m_fop_poll,
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dpci.c193 /* 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 Dblk-mq.c4840 ret = q->mq_ops->poll(hctx, iob); in blk_hctx_poll()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_perf.c522 * 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 Dbuiltin-record.c61 #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 Dxprtsock.c743 return transport->sock->ops->poll(transport->file, transport->sock, in xs_poll_socket()
/kernel/linux/linux-6.6/sound/core/oss/
H A Dpcm_oss.c3130 .poll = snd_pcm_oss_poll,
/kernel/linux/linux-6.6/mm/
H A Dswapfile.c36 #include <linux/poll.h>

Completed in 112 milliseconds

1...<<919293