posix_clocks       54 kernel/time/posix-timers.c static const struct k_clock * const posix_clocks[];
posix_clocks     1343 kernel/time/posix-timers.c static const struct k_clock * const posix_clocks[] = {
posix_clocks     1366 kernel/time/posix-timers.c 	if (id >= ARRAY_SIZE(posix_clocks))
posix_clocks     1369 kernel/time/posix-timers.c 	return posix_clocks[array_index_nospec(idx, ARRAY_SIZE(posix_clocks))];