Home
last modified time | relevance | path

Searched refs:do_poll (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso_bench_rx.c55 static void do_poll(int fd) in do_poll() function
104 do_poll(accept_fd); in do_socket()
232 do_poll(fd); in do_recv()
Dmsg_zerocopy.c142 static int do_poll(int fd, int events) in do_poll() function
473 if (do_poll(fd, domain == PF_RDS ? POLLIN : POLLERR)) in do_recv_remaining_completions()
553 while (!do_poll(fd, POLLOUT)) { in do_tx()
666 do_poll(fd, POLLIN); in do_rx()
/external/grpc-grpc/src/core/lib/iomgr/
Dev_epollex_linux.cc1062 bool do_poll = local
1084 while (do_poll && worker->pollable_obj->root_worker != worker) {
1091 do_poll = false;
1097 do_poll = false;
1110 return do_poll;
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_flow_dissector.c477 static int do_poll(int fd, short events, int timeout) in do_poll() function
560 do_poll(fdr, POLLIN, tstop - tcur); in do_main()