Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dposix-timers.h114 struct posix_cputimer_base { struct
130 struct posix_cputimer_base bases[CPUCLOCK_MAX]; argument
/Linux-v6.1/kernel/time/
Dposix-cpu-timers.c417 static struct posix_cputimer_base *timer_base(struct k_itimer *timer, in timer_base()
437 struct posix_cputimer_base *base = timer_base(timer, tsk); in trigger_base_recalc_expires()
455 struct posix_cputimer_base *base; in disarm_timer()
559 struct posix_cputimer_base *base = timer_base(timer, p); in arm_timer()
860 struct posix_cputimer_base *base = pct->bases; in collect_posix_cputimers()