Searched refs:poll_count (Results 1 – 1 of 1) sorted by relevance
1062 int poll_count = 256; /* ~770 ms modulo broadcast/delayed traffic? */ in kdp_arp_resolve() local1083 while (!pkt.input && !flag_arp_resolved && flag_panic_dump_in_progress && --poll_count) { in kdp_arp_resolve()1099 if (0 == poll_count) { in kdp_arp_resolve()1100 poll_count = 256; in kdp_arp_resolve()1667 int poll_count; in kdp_send_crashdump_pkt() local1677 poll_count = KDP_CRASHDUMP_POLL_COUNT; in kdp_send_crashdump_pkt()1680 poll_count += 1000; in kdp_send_crashdump_pkt()1738 while (!pkt.input && flag_panic_dump_in_progress && poll_count) { in kdp_send_crashdump_pkt()1740 poll_count--; in kdp_send_crashdump_pkt()1766 poll_count = 1000; in kdp_send_crashdump_pkt()[all …]