Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dposix-timers.h33 #define CPUCLOCK_SCHED 2 macro
141 pct->bases[CPUCLOCK_SCHED].nextevt = runtime; in posix_cputimers_rt_watchdog()
/Linux-v5.4/kernel/time/
Dposix-cpu-timers.c159 ~pct->bases[CPUCLOCK_SCHED].nextevt); in expiry_cache_is_inactive()
170 if (CPUCLOCK_WHICH(which_clock) == CPUCLOCK_SCHED) { in posix_cpu_clock_getres()
201 if (clkid == CPUCLOCK_SCHED) in cpu_clock_sample()
221 samples[CPUCLOCK_SCHED] = rtime; in store_samples()
466 cleanup_timerqueue(&pct->bases[CPUCLOCK_SCHED].tqhead); in cleanup_timers()
1183 if (WARN_ON_ONCE(clkid >= CPUCLOCK_SCHED)) in set_process_cpu_timer()
1354 #define PROCESS_CLOCK make_process_cpuclock(0, CPUCLOCK_SCHED)
1355 #define THREAD_CLOCK make_thread_cpuclock(0, CPUCLOCK_SCHED)