Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_poll.c231 static int residual_burst = 0; variable
232 SYSCTL_INT(_kern_polling, OID_AUTO, residual_burst, CTLFLAG_RD,
233 &residual_burst, 0, "# of residual cycles in burst");
389 if (residual_burst > 0) { in netisr_pollmore()
451 if (residual_burst == 0) { /* first call in this tick */ in netisr_poll()
458 residual_burst = poll_burst; in netisr_poll()
460 cycles = (residual_burst < poll_each_burst) ? in netisr_poll()
461 residual_burst : poll_each_burst; in netisr_poll()
462 residual_burst -= cycles; in netisr_poll()