do_poll          1908 arch/x86/kernel/apm_32.c 	.poll		= do_poll,
do_poll          1001 fs/select.c    	fdcount = do_poll(head, &table, end_time);
do_poll           388 include/linux/swap.h extern int swap_readpage(struct page *page, bool do_poll);
do_poll           422 include/linux/swap.h 			bool do_poll);
do_poll           484 include/linux/swap.h static inline int swap_readpage(struct page *page, bool do_poll)
do_poll           449 mm/swap_state.c 		struct vm_area_struct *vma, unsigned long addr, bool do_poll)
do_poll           456 mm/swap_state.c 		swap_readpage(retpage, do_poll);
do_poll           549 mm/swap_state.c 	bool do_poll = true, page_allocated;
do_poll           564 mm/swap_state.c 	do_poll = false;
do_poll           594 mm/swap_state.c 	return read_swap_cache_async(entry, gfp_mask, vma, addr, do_poll);
do_poll           796 sound/pci/hda/hda_controller.c 	int do_poll = 0;
do_poll           804 sound/pci/hda/hda_controller.c 		if (bus->polling_mode || do_poll)
do_poll           807 sound/pci/hda/hda_controller.c 			if (!do_poll)
do_poll           840 sound/pci/hda/hda_controller.c 		do_poll = 1;
do_poll           558 tools/testing/selftests/bpf/test_flow_dissector.c 			do_poll(fdr, POLLIN, tstop - tcur);
do_poll           473 tools/testing/selftests/net/msg_zerocopy.c 		if (do_poll(fd, domain == PF_RDS ? POLLIN : POLLERR))
do_poll           553 tools/testing/selftests/net/msg_zerocopy.c 		while (!do_poll(fd, POLLOUT)) {
do_poll           667 tools/testing/selftests/net/msg_zerocopy.c 		do_poll(fd, POLLIN);
do_poll           147 tools/testing/selftests/net/udpgso_bench_rx.c 		do_poll(accept_fd, cfg_connect_timeout_ms);
do_poll           364 tools/testing/selftests/net/udpgso_bench_rx.c 		do_poll(fd, timeout_ms);
do_poll           238 tools/testing/selftests/net/udpgso_bench_tx.c static void flush_errqueue(int fd, const bool do_poll)
do_poll           240 tools/testing/selftests/net/udpgso_bench_tx.c 	if (do_poll) {