Searched refs:poll_count (Results 1 – 1 of 1) sorted by relevance
1064 int poll_count = 256; /* ~770 ms modulo broadcast/delayed traffic? */ in kdp_arp_resolve() local1085 while (!pkt.input && !flag_arp_resolved && flag_panic_dump_in_progress && --poll_count) { in kdp_arp_resolve()1101 if (0 == poll_count) { in kdp_arp_resolve()1102 poll_count = 256; in kdp_arp_resolve()1669 int poll_count; in kdp_send_crashdump_pkt() local1679 poll_count = KDP_CRASHDUMP_POLL_COUNT; in kdp_send_crashdump_pkt()1682 poll_count += 1000; in kdp_send_crashdump_pkt()1740 while (!pkt.input && flag_panic_dump_in_progress && poll_count) { in kdp_send_crashdump_pkt()1742 poll_count--; in kdp_send_crashdump_pkt()1768 poll_count = 1000; in kdp_send_crashdump_pkt()[all …]