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

/freebsd-10.1-release/sys/kern/
H A Dkern_poll.c222 static int residual_burst = 0; variable
223 SYSCTL_INT(_kern_polling, OID_AUTO, residual_burst, CTLFLAG_RD,
224 &residual_burst, 0, "# of residual cycles in burst");
376 if (residual_burst > 0) {
433 if (residual_burst == 0) { /* first call in this tick */
440 residual_burst = poll_burst;
442 cycles = (residual_burst < poll_each_burst) ?
443 residual_burst : poll_each_burst;
444 residual_burst -= cycles;

Completed in 98 milliseconds