Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_clocksource.c93 static sbintime_t nexttick; /* Next global timer tick time. */ variable
118 sbintime_t nexttick; /* Next timer tick time. */ member
313 next = &state->nexttick;
315 next = &nexttick;
385 next = &state->nexttick;
387 next = &nexttick;
493 nexttick = next;
495 nexttick = -1;
509 state->nexttick = next;
511 state->nexttick = -1;
[all …]