Searched refs:poll (Results 251 - 275 of 2303) sorted by relevance
1...<<11121314151617181920>>...93
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_iwalk.h | 26 unsigned int inode_records, bool poll, void *data);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | restart_block.h | 48 /* For poll */ 55 } poll; member
|
H A D | adb.h | 37 void (*poll)(void); member 43 #define ADBREQ_SYNC 2 /* poll until done */
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | poll.h | 21 struct io_poll poll; member
|
/kernel/liteos_m/testsuites/unittest/xts/net/ |
H A D | xts_net.h | 47 #include <poll.h>
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsTestDriver.hpp | 46 bool poll (ByteBuffer& messageBuffer);
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | windows_syscalls.rs | 31 pub(crate) fn poll(fds: &mut [PollFd<'_>], timeout: c::c_int) -> io::Result<usize> { 37 ret_c_int(unsafe { c::poll(fds.as_mut_ptr().cast(), nfds, timeout) })
|
/third_party/rust/crates/rustix/tests/net/ |
H A D | main.rs | 11 mod poll; modules
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | netsys_client.h | 23 #include <poll.h>
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_network.h | 20 #include <poll.h>
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm-dev.c | 66 .poll = tpm_common_poll,
|
H A D | tpm-dev.h | 5 #include <linux/poll.h>
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | i8259.h | 43 * @poll: pointer to platform-specific polling function 50 extern void i8259_set_poll(int (*poll)(void)); 64 outb(0x0C, PIC_MASTER_CMD); /* prepare for poll */ in i8259_irq() 71 outb(0x0C, PIC_SLAVE_CMD); /* prepare for poll */ in i8259_irq()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | i8259.h | 43 * @poll: pointer to platform-specific polling function 50 extern void i8259_set_poll(int (*poll)(void)); 64 outb(0x0C, PIC_MASTER_CMD); /* prepare for poll */ in i8259_irq() 71 outb(0x0C, PIC_SLAVE_CMD); /* prepare for poll */ in i8259_irq()
|
/kernel/linux/linux-5.10/tools/perf/python/ |
H A D | twatch.py | 33 evlist.poll(timeout = -1)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | adb.h | 37 void (*poll)(void); member 43 #define ADBREQ_SYNC 2 /* poll until done */
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_accel.h | 28 .poll = drm_poll,\
|
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm-dev.c | 66 .poll = tpm_common_poll,
|
H A D | tpm-dev.h | 5 #include <linux/poll.h>
|
/kernel/linux/linux-6.6/tools/perf/python/ |
H A D | twatch.py | 33 evlist.poll(timeout = -1)
|
/kernel/liteos_a/net/lwip-2.1/porting/include/lwip/ |
H A D | sockets.h | 36 #include <poll.h> // For poll_table
|
/kernel/liteos_m/components/net/lwip-2.1/porting/include/lwip/ |
H A D | sockets.h | 37 #include <poll.h>
|
/kernel/uniproton/src/net/lwip-2.1/include/lwip/ |
H A D | sockets.h | 21 #include <poll.h>
|
/third_party/eudev/src/shared/ |
H A D | terminal-util.c | 29 #include <poll.h>
|
/third_party/alsa-utils/axfer/ |
H A D | waiter.h | 13 #include <poll.h>
|
Completed in 8 milliseconds
1...<<11121314151617181920>>...93