Lines Matching refs:phase
238 static uint32_t phase; variable
239 SYSCTL_UINT(_kern_polling, OID_AUTO, phase, CTLFLAG_RD,
240 &phase, 0, "Polling phase");
316 phase = 0; in hardclock_device_poll()
319 if (phase <= 2) { in hardclock_device_poll()
320 if (phase != 0) in hardclock_device_poll()
322 phase = 1; in hardclock_device_poll()
326 phase = 2; in hardclock_device_poll()
387 phase = 5; in netisr_pollmore()
411 phase = 0; in netisr_pollmore()
424 phase = 6; in netisr_pollmore()
449 phase = 3; in netisr_poll()
466 phase = 4; in netisr_poll()