MAX_CLOCKS 134 kernel/posix-timers.c static struct k_clock posix_clocks[MAX_CLOCKS]; MAX_CLOCKS 207 kernel/posix-timers.c if ((unsigned) which_clock >= MAX_CLOCKS) MAX_CLOCKS 426 kernel/posix-timers.c if ((unsigned) clock_id >= MAX_CLOCKS) {