Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dposix-cpu-timers.c156 ~pct->bases[CPUCLOCK_SCHED].nextevt); in expiry_cache_is_inactive()
167 if (CPUCLOCK_WHICH(which_clock) == CPUCLOCK_SCHED) { in posix_cpu_clock_getres()
198 if (clkid == CPUCLOCK_SCHED) in cpu_clock_sample()
218 samples[CPUCLOCK_SCHED] = rtime; in store_samples()
536 cleanup_timerqueue(&pct->bases[CPUCLOCK_SCHED].tqhead); in cleanup_timers()
1429 if (WARN_ON_ONCE(clkid >= CPUCLOCK_SCHED))
1592 #define PROCESS_CLOCK make_process_cpuclock(0, CPUCLOCK_SCHED) in posix_cpu_nsleep()
1593 #define THREAD_CLOCK make_thread_cpuclock(0, CPUCLOCK_SCHED) in posix_cpu_nsleep()
/linux/include/linux/
H A Dposix-timers_types.h29 #define CPUCLOCK_SCHED 2 macro
H A Dposix-timers.h101 pct->bases[CPUCLOCK_SCHED].nextevt = runtime; in posix_cputimers_rt_watchdog()