clock_monotonic    56 kernel/time/posix-timers.c static const struct k_clock clock_realtime, clock_monotonic;
clock_monotonic   790 kernel/time/posix-timers.c 		timr->kclock = absolute ? &clock_realtime : &clock_monotonic;
clock_monotonic  1280 kernel/time/posix-timers.c static const struct k_clock clock_monotonic = {
clock_monotonic  1345 kernel/time/posix-timers.c 	[CLOCK_MONOTONIC]		= &clock_monotonic,