Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_time.c66 #define MAX_CLOCKS (CLOCK_MONOTONIC+1) macro
74 static struct kclock posix_clocks[MAX_CLOCKS];
1105 if ((unsigned)clockid >= MAX_CLOCKS) { in register_posix_clock()
1191 if (clock_id < 0 || clock_id >= MAX_CLOCKS) in kern_ktimer_create()
1724 for (i = 0; i < MAX_CLOCKS; ++i) { in itimers_event_hook_exit()