CLOCK_REALTIME     90 arch/x86/vdso/vclock_gettime.c 		case CLOCK_REALTIME:
CLOCK_REALTIME    194 fs/timerfd.c   	    clockid != CLOCK_REALTIME)
CLOCK_REALTIME    223 include/linux/time.h #define CLOCKS_MASK			(CLOCK_REALTIME | CLOCK_MONOTONIC)
CLOCK_REALTIME   1404 kernel/futex.c 		hrtimer_init_on_stack(&to->timer, CLOCK_REALTIME,
CLOCK_REALTIME     96 kernel/hrtimer.c 			.index = CLOCK_REALTIME,
CLOCK_REALTIME    151 kernel/hrtimer.c 	base->clock_base[CLOCK_REALTIME].softirq_time = xtim;
CLOCK_REALTIME    604 kernel/hrtimer.c 	base->clock_base[CLOCK_REALTIME].offset =
CLOCK_REALTIME    723 kernel/hrtimer.c 	base->clock_base[CLOCK_REALTIME].resolution = KTIME_HIGH_RES;
CLOCK_REALTIME   1136 kernel/hrtimer.c 	if (clock_id == CLOCK_REALTIME && mode != HRTIMER_MODE_ABS)
CLOCK_REALTIME    239 kernel/posix-timers.c 	register_posix_clock(CLOCK_REALTIME, &clock_realtime);
CLOCK_REALTIME    449 kernel/time/ntp.c 	hrtimer_init(&leap_timer, CLOCK_REALTIME, HRTIMER_MODE_ABS);