Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_poll.c100 static uint32_t poll_burst_max = 150; /* good for 100Mbit net and HZ=1000 */ variable
115 uint32_t val = poll_burst_max; in poll_burst_max_sysctl()
125 poll_burst_max = val; in poll_burst_max_sysctl()
126 if (poll_burst > poll_burst_max) in poll_burst_max_sysctl()
127 poll_burst = poll_burst_max; in poll_burst_max_sysctl()
128 if (poll_each_burst > poll_burst_max) in poll_burst_max_sysctl()
151 if (val > poll_burst_max) { in poll_each_burst_sysctl()
405 if (poll_burst < poll_burst_max) in netisr_pollmore()