Searched refs:poll (Results 2001 - 2025 of 2150) sorted by relevance
1...<<818283848586
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evlist.c | 11 #include <poll.h> 2241 * @pollfd_pos: position in @evlist array of file descriptors to poll (fdarray)
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | rawmidi.c | 1852 .poll = snd_rawmidi_poll,
|
H A D | timer.c | 2289 .poll = snd_timer_user_poll,
|
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fp.c | 35 #include <linux/poll.h>
|
/kernel/linux/linux-6.6/kernel/ |
H A D | seccomp.c | 214 * @wqh: A wait queue for poll if a notifier is in use. 1830 .poll = seccomp_notify_poll,
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | client.c | 14 #include <linux/poll.h>
|
/kernel/linux/linux-6.6/net/appletalk/ |
H A D | ddp.c | 1920 .poll = datagram_poll,
|
/kernel/linux/linux-6.6/net/ax25/ |
H A D | af_ax25.c | 2015 .poll = datagram_poll,
|
/kernel/linux/linux-6.6/net/can/ |
H A D | isotp.c | 1682 .poll = isotp_poll,
|
H A D | bcm.c | 1698 .poll = datagram_poll,
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sock.c | 2181 .poll = datagram_poll,
|
H A D | iso.c | 2070 .poll = bt_sock_poll,
|
H A D | l2cap_sock.c | 1884 .poll = bt_sock_poll,
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | protocol.c | 1127 .poll = sctp_poll,
|
/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | vmci_transport.c | 19 #include <linux/poll.h>
|
/kernel/linux/linux-6.6/net/xdp/ |
H A D | xsk.c | 1593 .poll = xsk_poll,
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_hw.c | 218 while (poll(&hw->period_timer_pfd, 1, 0) > 0) { in snd_pcm_hw_clear_timer_queue() 473 * In older versions, check via poll before read() is in snd_pcm_hw_change_timer()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_dev.c | 79 .poll = usb_poll,
|
/third_party/libuv/include/ |
H A D | uv.h | 169 XX(POLL, poll) \
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 164 XX(POLL, poll) \
|
/third_party/node/tools/ |
H A D | test.py | 729 exit_code = process.poll()
|
/third_party/libinput/tools/ |
H A D | libinput-record.c | 40 #include <poll.h>
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 164 XX(POLL, poll) \
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 213 // poll.h 877 // Some poll stuff 1375 // poll.h 1376 pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int; in poll() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1313 link_name = "poll$UNIX2003" 1315 pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int; in poll() functions
|
Completed in 71 milliseconds
1...<<818283848586