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

/freebsd-10.0-release/sys/kern/
H A Dkern_clocksource.c98 static sbintime_t nexttick; /* Next global timer tick time. */ variable
125 sbintime_t nexttick; /* Next timer tick time. */ member in struct:pcpu_state
332 next = &state->nexttick;
334 next = &nexttick;
397 next = &state->nexttick;
399 next = &nexttick;
505 nexttick = next;
507 nexttick = -1;
516 state->nexttick = next;
518 state->nexttick
[all...]

Completed in 64 milliseconds