HomeSort by: relevance | last modified time | path
    Searched refs:itimer_transition (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
timearith.h 73 void itimer_transition(const struct itimerspec *restrict,
  /src/tests/kernel/
t_time_arith.c 79 const struct itimer_transition { struct
403 struct itimer_transition it = itimer_transitions[i];
422 itimer_transition(&it.it_time, &it.it_now,
  /src/sys/kern/
subr_time_arith.c 432 * itimer_transition(it, now, next, &overruns)
450 itimer_transition(const struct itimerspec *restrict it, function in typeref:typename:void
kern_time.c 874 itimer_transition(&it->it_time, &now, &next, &overruns);

Completed in 15 milliseconds