/kernel/linux/linux-5.10/lib/ |
H A D | irq_poll.c | 3 * Functions related to interrupt-poll handling in the block layer. This 24 * Add this irq_poll structure to the pending poll list and trigger the 102 * entries to the tail of this list, and only ->poll() in irq_poll_softirq() 110 work = iop->poll(iop, weight); in irq_poll_softirq() 184 iop->poll = poll_fn; in irq_poll_init()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dma-buf.h | 294 * @poll: for userspace poll support 295 * @cb_excl: for userspace poll support 296 * @cb_shared: for userspace poll support 330 /* poll support */ 331 wait_queue_head_t poll; member 335 wait_queue_head_t *poll; member
|
/kernel/linux/linux-6.6/fs/ |
H A D | mount.h | 4 #include <linux/poll.h> 21 wait_queue_head_t poll; member
|
/kernel/linux/linux-6.6/include/misc/ |
H A D | cxl.h | 10 #include <linux/poll.h> 198 __poll_t cxl_fd_poll(struct file *file, struct poll_table_struct *poll); 220 * the read() and poll() calls that works with the generic cxl events. These
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | help-unknown-cmd.c | 4 #include <poll.h> 103 poll(NULL, 0, autocorrect * 100); in help_unknown_cmd()
|
/kernel/linux/linux-6.6/lib/ |
H A D | irq_poll.c | 3 * Functions related to interrupt-poll handling in the block layer. This 24 * Add this irq_poll structure to the pending poll list and trigger the 102 * entries to the tail of this list, and only ->poll() in irq_poll_softirq() 110 work = iop->poll(iop, weight); in irq_poll_softirq() 184 iop->poll = poll_fn; in irq_poll_init()
|
/kernel/linux/linux-6.6/tools/lib/api/ |
H A D | io.h | 11 #include <poll.h> 65 n = poll(pfds, 1, io->timeout_ms); in io__get_char()
|
/third_party/eudev/src/udev/ |
H A D | udevadm-settle.c | 31 #include <poll.h> 156 if (poll(pfd, 1, MSEC_PER_SEC) > 0 && pfd[0].revents & POLLIN) in adm_settle()
|
/third_party/alsa-utils/alsamixer/ |
H A D | mainloop.c | 23 #include <poll.h> 99 fatal_alsa_error("cannot get poll descriptors", err); in mainloop() 100 n = poll(pollfds, nfds, -1); in mainloop() 106 fatal_error("poll error"); in mainloop() 116 fatal_alsa_error("cannot get poll events", err); in mainloop()
|
/third_party/ltp/testcases/kernel/device-drivers/drm/kernel_space/ |
H A D | tdrm.c | 68 .poll = DRM(poll), \
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_event_poll.c | 31 # include <poll.h> 94 rv = poll(pollfd, (nfds_t)num_fds, (timeout_ms == 0) ? -1 : (int)timeout_ms); in ares_evsys_poll_wait() 130 const ares_event_sys_t ares_evsys_poll = { "poll",
|
/third_party/mesa3d/src/util/ |
H A D | libsync.h | 37 #include <sys/poll.h> 113 ret = poll(&fds, 1, timeout); in sync_wait()
|
/third_party/ltp/testcases/kernel/syscalls/eventfd/ |
H A D | eventfd06.c | 32 * - POLLERR event occurs in poll() for the eventfd 42 #include <poll.h> 124 tst_res(TINFO, "Checking if poll() detects counter overflow"); in test_poll() 126 TEST(poll(&pollfd, 1, 10000)); in test_poll() 128 tst_brk(TBROK | TERRNO, "poll"); in test_poll()
|
/third_party/rust/crates/nix/src/ |
H A D | poll.rs | 9 /// It's meant to be used as an argument to the [`poll`](fn.poll.html) and 13 /// After a call to `poll` or `ppoll`, the events that occurred can be 34 /// Returns the events that occurred in the last call to `poll` or `ppoll`. Will only return 40 /// Returns if any of the events of interest occured in the last call to `poll` or `ppoll`. Will 50 /// Returns if all the events of interest occured in the last call to `poll` or `ppoll`. Will 78 /// These flags define the different events that can be monitored by `poll` and `ppoll` 135 /// `poll` waits for one of a set of file descriptors to become ready to perform I/O. 136 /// ([`poll(2)`](https://pubs.opengroup.org/onlinepubs/9699919799/functions/poll 155 pub fn poll(fds: &mut [PollFd], timeout: libc::c_int) -> Result<libc::c_int> { poll() functions [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
H A D | rtl8188e_cmd.c | 420 /* (1)Beacon, (2)Ps-poll, (3)Null data, (4)ProbeRsp. */ 473 /* 3 (2) ps-poll *1 page */ in SetFwRsvdPagePkt() 542 u32 poll = 0; in rtl8188e_set_FwJoinBssReport_cmd() local 574 poll = 0; in rtl8188e_set_FwJoinBssReport_cmd() 584 poll++; in rtl8188e_set_FwJoinBssReport_cmd() 585 } while (!bcn_valid && (poll % 10) != 0 && !adapt->bSurpriseRemoved && !adapt->bDriverStopped); in rtl8188e_set_FwJoinBssReport_cmd() 591 DBG_88E("%s: 1 Download RSVD page failed! DLBcnCount:%u, poll:%u\n", __func__, DLBcnCount, poll); in rtl8188e_set_FwJoinBssReport_cmd() 593 DBG_88E("%s: 1 Download RSVD success! DLBcnCount:%u, poll:%u\n", __func__, DLBcnCount, poll); in rtl8188e_set_FwJoinBssReport_cmd() [all...] |
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.c | 1141 struct POLL_DETAILS *poll; in bjnp_poll_scanner() local 1147 poll = (struct POLL_DETAILS *) cmd_buf; in bjnp_poll_scanner() 1148 memset( poll, 0, sizeof( struct POLL_DETAILS)); in bjnp_poll_scanner() 1153 poll->type = htons(type); in bjnp_poll_scanner() 1155 user_host_len = sizeof( poll -> extensions.type2.user_host); in bjnp_poll_scanner() 1164 charTo2byte(poll->extensions.type1.user_host, user_host, user_host_len); in bjnp_poll_scanner() 1168 poll->extensions.type2.dialog = htonl(device[devno].dialog); in bjnp_poll_scanner() 1169 charTo2byte(poll->extensions.type2.user_host, user_host, user_host_len); in bjnp_poll_scanner() 1170 poll->extensions.type2.unknown_1 = htonl(0x14); in bjnp_poll_scanner() 1171 poll in bjnp_poll_scanner() [all...] |
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/ |
H A D | poll.h | 8 #include <asm-generic/poll.h>
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | poll.h | 8 #include <asm-generic/poll.h>
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | poll.h | 8 #include <asm-generic/poll.h>
|
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/ |
H A D | poll.h | 8 #include <asm-generic/poll.h>
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | poll.h | 23 #include <asm-generic/poll.h>
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | poll.h | 23 #include <asm-generic/poll.h>
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
H A D | poll.h | 11 #include <asm-generic/poll.h>
|
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/ |
H A D | poll.h | 3 * include/asm-xtensa/poll.h 19 #include <asm-generic/poll.h>
|
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/ |
H A D | poll.h | 11 #include <asm-generic/poll.h>
|