Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dposix-timers.h117 struct posix_cputimer_base { struct
133 struct posix_cputimer_base bases[CPUCLOCK_MAX]; argument
/openbmc/linux/kernel/time/
H A Dposix-cpu-timers.c416 static struct posix_cputimer_base *timer_base(struct k_itimer *timer, in timer_base()
436 struct posix_cputimer_base *base = timer_base(timer, tsk); in trigger_base_recalc_expires()
454 struct posix_cputimer_base *base; in disarm_timer()
558 struct posix_cputimer_base *base = timer_base(timer, p); in arm_timer()
861 struct posix_cputimer_base *base = pct->bases; in collect_posix_cputimers()