Searched refs:do_poll (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/tools/testing/selftests/net/ |
D | udpgso_bench_rx.c | 55 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()
|
D | msg_zerocopy.c | 142 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()
|
/Linux-v4.19/mm/ |
D | swap_state.c | 476 struct vm_area_struct *vma, unsigned long addr, bool do_poll) in read_swap_cache_async() argument 483 swap_readpage(retpage, do_poll); in read_swap_cache_async() 576 bool do_poll = true, page_allocated; in swap_cluster_readahead() local 584 do_poll = false; in swap_cluster_readahead() 614 return read_swap_cache_async(entry, gfp_mask, vma, addr, do_poll); in swap_cluster_readahead()
|
/Linux-v4.19/include/linux/ |
D | swap.h | 386 extern int swap_readpage(struct page *page, bool do_poll); 420 bool do_poll); 476 static inline int swap_readpage(struct page *page, bool do_poll) in swap_readpage() argument
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_controller.c | 799 int do_poll = 0; in azx_rirb_get_response() local 806 if (chip->polling_mode || do_poll) in azx_rirb_get_response() 809 if (!do_poll) in azx_rirb_get_response() 834 do_poll = 1; in azx_rirb_get_response()
|
/Linux-v4.19/arch/x86/kernel/ |
D | apm_32.c | 1514 static __poll_t do_poll(struct file *fp, poll_table *wait) in do_poll() function 1917 .poll = do_poll,
|
/Linux-v4.19/fs/ |
D | select.c | 837 static int do_poll(struct poll_list *list, struct poll_wqueues *wait, in do_poll() function 967 fdcount = do_poll(head, &table, end_time); in do_sys_poll()
|