Home
last modified time | relevance | path

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

/linux/include/linux/
A Dposix-timers.h130 struct posix_cputimers { struct
146 static inline void posix_cputimers_init(struct posix_cputimers *pct) in posix_cputimers_init() argument
154 void posix_cputimers_group_init(struct posix_cputimers *pct, u64 cpu_limit);
156 static inline void posix_cputimers_rt_watchdog(struct posix_cputimers *pct, in posix_cputimers_rt_watchdog()
174 .posix_cputimers = { \
175 .bases = INIT_CPU_TIMERBASES(s.posix_cputimers.bases), \
178 struct posix_cputimers { }; struct
181 static inline void posix_cputimers_init(struct posix_cputimers *pct) { } in posix_cputimers_init()
182 static inline void posix_cputimers_group_init(struct posix_cputimers *pct, in posix_cputimers_group_init()
A Dsched.h1023 struct posix_cputimers posix_cputimers; member
/linux/kernel/time/
A Dposix-cpu-timers.c270 struct posix_cputimers *pct = &tsk->signal->posix_cputimers; in thread_group_sample_cputime()
292 struct posix_cputimers *pct = &tsk->signal->posix_cputimers; in thread_group_start_cputime()
337 struct posix_cputimers *pct = &p->signal->posix_cputimers; in cpu_clock_sample_group()
416 return tsk->posix_cputimers.bases + clkidx; in timer_base()
539 cleanup_timers(&tsk->posix_cputimers); in posix_cpu_timers_exit()
543 cleanup_timers(&tsk->signal->posix_cputimers); in posix_cpu_timers_exit_group()
892 struct posix_cputimers *pct = &tsk->posix_cputimers; in check_thread_timers()
932 struct posix_cputimers *pct = &sig->posix_cputimers; in stop_process_timers()
970 struct posix_cputimers *pct = &sig->posix_cputimers; in check_process_timers()
1109 struct posix_cputimers *pct = &tsk->posix_cputimers; in fastpath_timer_check()
[all …]
/linux/include/linux/sched/
A Dcputime.h88 if (!READ_ONCE(tsk->signal->posix_cputimers.timers_active)) in get_running_cputimer()
A Dsignal.h163 struct posix_cputimers posix_cputimers; member
/linux/kernel/
A Dfork.c1627 struct posix_cputimers *pct = &sig->posix_cputimers; in posix_cpu_timers_init_group()
2116 posix_cputimers_init(&p->posix_cputimers); in copy_process()
/linux/kernel/sched/
A Drt.c2559 posix_cputimers_rt_watchdog(&p->posix_cputimers, in watchdog()

Completed in 28 milliseconds