/kernel/linux/linux-6.6/mm/ |
H A D | swap.h | 11 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
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | udpgso_bench_rx.c | 92 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 D | msg_zerocopy.c | 141 static int do_poll(int fd, int events) in do_poll() function 472 if (do_poll(fd, domain == PF_RDS ? POLLIN : POLLERR)) in do_recv_remaining_completions() 552 while (!do_poll(fd, POLLOUT)) { in do_tx() 666 do_poll(fd, POLLIN); in do_rx()
|
H A D | udpgso_bench_tx.c | 239 static void flush_errqueue(int fd, const bool do_poll, in flush_errqueue() argument 242 if (do_poll) { in flush_errqueue()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | udpgso_bench_rx.c | 92 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 D | msg_zerocopy.c | 141 static int do_poll(int fd, int events) in do_poll() function 472 if (do_poll(fd, domain == PF_RDS ? POLLIN : POLLERR)) in do_recv_remaining_completions() 552 while (!do_poll(fd, POLLOUT)) { in do_tx() 666 do_poll(fd, POLLIN); in do_rx()
|
H A D | udpgso_bench_tx.c | 239 static void flush_errqueue(int fd, const bool do_poll, in flush_errqueue() argument 242 if (do_poll) { in flush_errqueue()
|
/kernel/linux/linux-5.10/mm/ |
H A D | swap_state.c | 558 struct vm_area_struct *vma, unsigned long addr, bool do_poll) in read_swap_cache_async() 565 swap_readpage(retpage, do_poll); in read_swap_cache_async() 659 bool do_poll = true, page_allocated; in swap_cluster_readahead() local 674 do_poll = false; in swap_cluster_readahead() 704 return read_swap_cache_async(entry, gfp_mask, vma, addr, do_poll); in swap_cluster_readahead() 557 read_swap_cache_async(swp_entry_t entry, gfp_t gfp_mask, struct vm_area_struct *vma, unsigned long addr, bool do_poll) read_swap_cache_async() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | swap.h | 408 extern int swap_readpage(struct page *page, bool do_poll); 447 bool do_poll); 514 static inline int swap_readpage(struct page *page, bool do_poll) in swap_readpage() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.c | 475 static int do_poll(int fd, short events, int timeout) in do_poll() function 558 do_poll(fdr, POLLIN, tstop - tcur); in do_main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.c | 475 static int do_poll(int fd, short events, int timeout) in do_poll() function 558 do_poll(fdr, POLLIN, tstop - tcur); in do_main()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | apm_32.c | 1499 static __poll_t do_poll(struct file *fp, poll_table *wait) in do_poll() function 1902 .poll = do_poll,
|
/kernel/linux/linux-5.10/fs/ |
H A D | select.c | 14 * Changed sys_poll()/do_poll() to use PAGE_SIZE chunk-based allocation 884 static int do_poll(struct poll_list *list, struct poll_wqueues *wait, in do_poll() function 1014 fdcount = do_poll(head, &table, end_time); in do_sys_poll()
|
/kernel/linux/linux-6.6/fs/ |
H A D | select.c | 14 * Changed sys_poll()/do_poll() to use PAGE_SIZE chunk-based allocation 885 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()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | apm_32.c | 1506 static __poll_t do_poll(struct file *fp, poll_table *wait) in do_poll() function 1909 .poll = do_poll,
|