Searched refs:do_poll (Results 1 – 4 of 4) sorted by relevance
55 static void do_poll(int fd) in do_poll() function104 do_poll(accept_fd); in do_socket()232 do_poll(fd); in do_recv()
142 static int do_poll(int fd, int events) in do_poll() function473 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()
1062 bool do_poll = local1084 while (do_poll && worker->pollable_obj->root_worker != worker) {1091 do_poll = false;1097 do_poll = false;1110 return do_poll;
477 static int do_poll(int fd, short events, int timeout) in do_poll() function560 do_poll(fdr, POLLIN, tstop - tcur); in do_main()