Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_clocksource.c94 static sbintime_t nexttick; /* Next global timer tick time. */ variable
119 sbintime_t nexttick; /* Next timer tick time. */ member
314 next = &state->nexttick;
316 next = &nexttick;
386 next = &state->nexttick;
388 next = &nexttick;
494 nexttick = next;
496 nexttick = -1;
510 state->nexttick = next;
512 state->nexttick = -1;
[all …]