/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fusion.c | 35 #include <linux/poll.h> 1007 * @seconds: Maximum poll time 3680 * @irqpoll: IRQ poll structure associated with queue to poll. 3681 * @budget: Threshold of reply descriptors to process per poll.
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 65 #include <poll.h> 1063 { .name = "poll", .timeout = true, }, 1227 * a session and some threads are waiting for a syscall to finish, say 'poll', 1518 * first having received a sys_enter ("poll" issued before tracing session
|
/kernel/linux/linux-5.10/mm/ |
H A D | memcontrol.c | 48 #include <linux/poll.h>
|
/kernel/linux/linux-5.10/net/key/ |
H A D | af_key.c | 3772 .poll = datagram_poll,
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | ni_mio_common.c | 933 * If we poll too often, the pci bus activity seems in ni_ao_wait_for_dma_load() 6043 s->poll = ni_ai_poll; in ni_E_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.c | 299 if (qcq->napi.poll) in ionic_qcq_enable()
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | ni_mio_common.c | 932 * If we poll too often, the pci bus activity seems in ni_ao_wait_for_dma_load() 6042 s->poll = ni_ai_poll; in ni_E_init()
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | io_uring.c | 25 * When using the SQ poll thread (IORING_SETUP_SQPOLL), the application 96 #include "poll.h" 1614 * Don't enter poll loop if we already have events pending. in io_iopoll_check() 1628 * of the poll right here, so we need to take a breather every in io_iopoll_check() 1630 * the poll to the issued list. Otherwise we can spin here in io_iopoll_check() 1675 * After the iocb has been issued, it's safe to be found on the poll list. 1942 * poll. -EAGAIN is final for that case. in io_wq_submit_work() 3727 .poll = io_uring_poll,
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 70 #include <poll.h> 1076 { .name = "poll", .timeout = true, }, 1235 * a session and some threads are waiting for a syscall to finish, say 'poll', 1554 * first having received a sys_enter ("poll" issued before tracing session
|
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fusion.c | 35 #include <linux/poll.h> 1038 * @seconds: Maximum poll time 3791 * @irqpoll: IRQ poll structure associated with queue to poll. 3792 * @budget: Threshold of reply descriptors to process per poll.
|
/kernel/linux/linux-6.6/mm/ |
H A D | memcontrol.c | 51 #include <linux/poll.h>
|
/kernel/linux/linux-6.6/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> 493 * Note that we don't need to lock the socket, as the upper poll layers 512 * by poll logic and correct handling of state changes in tcp_poll() 519 * EPOLLHUP is certainly not done right. But poll() doesn't in tcp_poll() 523 * Some poll() documentatio in tcp_poll() [all...] |
/kernel/linux/linux-6.6/net/key/ |
H A D | af_key.c | 3766 .poll = datagram_poll,
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 3389 pub fn sceIoGetAsyncStat(fd: SceUid, poll: i32, res: *mut i64) -> i32; in sceIoGetAsyncStat()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3784 pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int; in poll() functions
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | socket.c | 49 #include <linux/poll.h>
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | socket.c | 49 #include <linux/poll.h>
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.c | 48 #include <linux/poll.h> 364 * can use 'poll' or 'select' to find out when the event 9899 * waiting for us in select() or poll() - wake them up in md_exit()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.c | 49 #include <linux/poll.h> 326 * can use 'poll' or 'select' to find out when the event 10035 * waiting for us in select() or poll() - wake them up in md_exit()
|
/third_party/python/ |
H A D | configure | 10089 ac_fn_c_check_header_compile "$LINENO" "poll.h" "ac_cv_header_poll_h" "$ac_includes_default" 10251 ac_fn_c_check_header_compile "$LINENO" "sys/poll.h" "ac_cv_header_sys_poll_h" "$ac_includes_default" 17007 ac_fn_c_check_func "$LINENO" "poll" "ac_cv_func_poll" 23950 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for broken poll()" >&5 23951 printf %s "checking for broken poll()... " >&6; } 23963 #include <poll.h> 23973 poll_test = poll(&poll_struct, 1, 0);
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 23181 /// match fut.as_mut().poll(&mut cx) { 51849 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { poll() functions [all...] |