Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/net/
Dudpgso_bench_rx.c92 static void do_poll(int fd, int timeout_ms) in do_poll() function
147 do_poll(accept_fd, cfg_connect_timeout_ms); in do_socket()
364 do_poll(fd, timeout_ms); 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()
667 do_poll(fd, POLLIN); in do_rx()
Dudpgso_bench_tx.c238 static void flush_errqueue(int fd, const bool do_poll) in flush_errqueue() argument
240 if (do_poll) { in flush_errqueue()
/Linux-v5.4/mm/
Dswap_state.c449 struct vm_area_struct *vma, unsigned long addr, bool do_poll) in read_swap_cache_async() argument
456 swap_readpage(retpage, do_poll); in read_swap_cache_async()
549 bool do_poll = true, page_allocated; in swap_cluster_readahead() local
564 do_poll = false; in swap_cluster_readahead()
594 return read_swap_cache_async(entry, gfp_mask, vma, addr, do_poll); in swap_cluster_readahead()
/Linux-v5.4/include/linux/
Dswap.h388 extern int swap_readpage(struct page *page, bool do_poll);
422 bool do_poll);
484 static inline int swap_readpage(struct page *page, bool do_poll) in swap_readpage() argument
/Linux-v5.4/sound/pci/hda/
Dhda_controller.c796 int do_poll = 0; in azx_rirb_get_response() local
804 if (bus->polling_mode || do_poll) in azx_rirb_get_response()
807 if (!do_poll) in azx_rirb_get_response()
840 do_poll = 1; in azx_rirb_get_response()
/Linux-v5.4/tools/testing/selftests/bpf/
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()
/Linux-v5.4/arch/x86/kernel/
Dapm_32.c1505 static __poll_t do_poll(struct file *fp, poll_table *wait) in do_poll() function
1908 .poll = do_poll,
/Linux-v5.4/fs/
Dselect.c871 static int do_poll(struct poll_list *list, struct poll_wqueues *wait, in do_poll() function
1001 fdcount = do_poll(head, &table, end_time); in do_sys_poll()