Home
last modified time | relevance | path

Searched refs:poll_each_burst (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dkern_poll.c101 static uint32_t poll_each_burst = 5; variable
128 if (poll_each_burst > poll_burst_max) in poll_burst_max_sysctl()
129 poll_each_burst = MIN_POLL_BURST_MAX; in poll_burst_max_sysctl()
141 uint32_t val = poll_each_burst; in poll_each_burst_sysctl()
155 poll_each_burst = val; in poll_each_burst_sysctl()
343 if (count > poll_each_burst) in ether_poll()
344 count = poll_each_burst; in ether_poll()
459 cycles = (residual_burst < poll_each_burst) ? in netisr_poll()
460 residual_burst : poll_each_burst; in netisr_poll()
566 ether_poll(poll_each_burst); in poll_idle()