Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dswap.h11 void swap_readpage(struct page *page, bool do_poll, struct swap_iocb **plug);
66 static inline void swap_readpage(struct page *page, bool do_poll, in swap_readpage() argument
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgso_bench_rx.c92 static void do_poll(int fd, int timeout_ms) in do_poll() function
150 do_poll(accept_fd, cfg_connect_timeout_ms); in do_socket()
370 do_poll(fd, timeout_ms); in do_recv()
H A Dmsg_zerocopy.c143 static int do_poll(int fd, int events) in do_poll() function
476 if (do_poll(fd, domain == PF_RDS ? POLLIN : POLLERR)) in do_recv_remaining_completions()
559 while (!do_poll(fd, POLLOUT)) { in do_tx()
673 do_poll(fd, POLLIN); in do_rx()
H A Dudpgso_bench_tx.c239 static void flush_errqueue(int fd, const bool do_poll, in flush_errqueue() argument
242 if (do_poll) { in flush_errqueue()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c475 static int do_poll(int fd, short events, int timeout) in do_poll() function
558 do_poll(fdr, POLLIN, tstop - tcur); in do_main()
/openbmc/linux/arch/x86/kernel/
H A Dapm_32.c1506 static __poll_t do_poll(struct file *fp, poll_table *wait) in do_poll() function
1909 .poll = do_poll,
/openbmc/linux/fs/
H A Dselect.c885 static int do_poll(struct poll_list *list, struct poll_wqueues *wait, in do_poll() function
1015 fdcount = do_poll(head, &table, end_time); in do_sys_poll()