Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/time/
Dposix-cpu-timers.c29 pct->timers_active = true; in posix_cputimers_group_init()
278 WARN_ON_ONCE(!pct->timers_active); in thread_group_sample_cputime()
303 if (!READ_ONCE(pct->timers_active)) { in thread_group_start_cputime()
321 WRITE_ONCE(pct->timers_active, true); in thread_group_start_cputime()
346 if (!READ_ONCE(pct->timers_active)) { in cpu_clock_sample_group()
943 WRITE_ONCE(pct->timers_active, false); in stop_process_timers()
987 if (!READ_ONCE(pct->timers_active) || pct->expiry_active) in check_process_timers()
1145 if (READ_ONCE(pct->timers_active) && !READ_ONCE(pct->expiry_active)) { in fastpath_timer_check()
/linux-6.6.21/include/linux/sched/
Dcputime.h79 if (!READ_ONCE(tsk->signal->posix_cputimers.timers_active)) in get_running_cputimer()
/linux-6.6.21/include/linux/
Dposix-timers.h134 unsigned int timers_active; member