Searched refs:nexttick (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dkern_clocksource.c92 static sbintime_t nexttick; /* Next global timer tick time. */ variable
117 sbintime_t nexttick; /* Next timer tick time. */ member in struct:pcpu_state
315 next = &state->nexttick;
317 next = &nexttick;
387 next = &state->nexttick;
389 next = &nexttick;
495 nexttick = next;
497 nexttick = -1;
511 state->nexttick = next;
513 state->nexttick
[all...]

Completed in 145 milliseconds