Searched refs:poll (Results 2151 - 2160 of 2160) sorted by relevance
1...<<81828384858687
/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...] |
Completed in 129 milliseconds
1...<<81828384858687