Home
last modified time | relevance | path

Searched refs:posix_cputimers (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/time/
H A Dposix-cpu-timers.c24 void posix_cputimers_group_init(struct posix_cputimers *pct, u64 cpu_limit) in posix_cputimers_group_init()
152 static inline bool expiry_cache_is_inactive(const struct posix_cputimers *pct) in expiry_cache_is_inactive()
276 struct posix_cputimers *pct = &tsk->signal->posix_cputimers; in thread_group_sample_cputime()
298 struct posix_cputimers *pct = &tsk->signal->posix_cputimers; in thread_group_start_cputime()
343 struct posix_cputimers *pct = &p->signal->posix_cputimers; in cpu_clock_sample_group()
423 return tsk->posix_cputimers.bases + clkidx; in timer_base()
425 return tsk->signal->posix_cputimers.bases + clkidx; in timer_base()
635 static void cleanup_timers(struct posix_cputimers *pct) in cleanup_timers()
649 cleanup_timers(&tsk->posix_cputimers); in posix_cpu_timers_exit()
653 cleanup_timers(&tsk->signal->posix_cputimers); in posix_cpu_timers_exit_group()
[all …]
/linux/include/linux/sched/
H A Dsignal.h164 struct posix_cputimers posix_cputimers; member
/linux/include/linux/
H A Dsched.h1161 struct posix_cputimers posix_cputimers; member
/linux/kernel/
H A Dfork.c1732 struct posix_cputimers *pct = &sig->posix_cputimers; in posix_cpu_timers_init_group()
2235 posix_cputimers_init(&p->posix_cputimers); in copy_process()
/linux/kernel/sched/
H A Drt.c2524 posix_cputimers_rt_watchdog(&p->posix_cputimers, in watchdog()