Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dposix-timers.h132 struct posix_cputimers { struct
150 static inline void posix_cputimers_init(struct posix_cputimers *pct) in posix_cputimers_init() argument
158 void posix_cputimers_group_init(struct posix_cputimers *pct, u64 cpu_limit);
160 static inline void posix_cputimers_rt_watchdog(struct posix_cputimers *pct, in posix_cputimers_rt_watchdog()
178 .posix_cputimers = { \
179 .bases = INIT_CPU_TIMERBASES(s.posix_cputimers.bases), \
182 struct posix_cputimers { }; struct
185 static inline void posix_cputimers_init(struct posix_cputimers *pct) { } in posix_cputimers_init()
186 static inline void posix_cputimers_group_init(struct posix_cputimers *pct, in posix_cputimers_group_init()
Dsched.h1049 struct posix_cputimers posix_cputimers; member
/Linux-v6.6/kernel/time/
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()
422 return tsk->posix_cputimers.bases + clkidx; in timer_base()
424 return tsk->signal->posix_cputimers.bases + clkidx; in timer_base()
531 static void cleanup_timers(struct posix_cputimers *pct) in cleanup_timers()
545 cleanup_timers(&tsk->posix_cputimers); in posix_cpu_timers_exit()
549 cleanup_timers(&tsk->signal->posix_cputimers); in posix_cpu_timers_exit_group()
[all …]
/Linux-v6.6/include/linux/sched/
Dcputime.h79 if (!READ_ONCE(tsk->signal->posix_cputimers.timers_active)) in get_running_cputimer()
Dsignal.h160 struct posix_cputimers posix_cputimers; member
/Linux-v6.6/kernel/
Dfork.c1841 struct posix_cputimers *pct = &sig->posix_cputimers; in posix_cpu_timers_init_group()
2422 posix_cputimers_init(&p->posix_cputimers); in copy_process()
/Linux-v6.6/kernel/sched/
Drt.c2622 posix_cputimers_rt_watchdog(&p->posix_cputimers, in watchdog()