Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_poll.c99 static uint32_t poll_burst = 5; variable
107 &poll_burst, 0, "Current polling burst size");
126 if (poll_burst > poll_burst_max) in poll_burst_max_sysctl()
127 poll_burst = poll_burst_max; in poll_burst_max_sysctl()
402 if (poll_burst > 1) in netisr_pollmore()
403 poll_burst--; in netisr_pollmore()
405 if (poll_burst < poll_burst_max) in netisr_pollmore()
406 poll_burst++; in netisr_pollmore()
418 poll_burst -= (poll_burst / 8); in netisr_pollmore()
419 if (poll_burst < 1) in netisr_pollmore()
[all …]