Searched refs:posix_cputimers (Results 1 – 7 of 7) sorted by relevance
122 struct posix_cputimers { struct128 static inline void posix_cputimers_init(struct posix_cputimers *pct) in posix_cputimers_init() argument136 void posix_cputimers_group_init(struct posix_cputimers *pct, u64 cpu_limit);138 static inline void posix_cputimers_rt_watchdog(struct posix_cputimers *pct, in posix_cputimers_rt_watchdog()156 .posix_cputimers = { \157 .bases = INIT_CPU_TIMERBASES(s.posix_cputimers.bases), \160 struct posix_cputimers { }; struct163 static inline void posix_cputimers_init(struct posix_cputimers *pct) { } in posix_cputimers_init()164 static inline void posix_cputimers_group_init(struct posix_cputimers *pct, in posix_cputimers_group_init()
867 struct posix_cputimers posix_cputimers; member
23 void posix_cputimers_group_init(struct posix_cputimers *pct, u64 cpu_limit) in posix_cputimers_group_init()155 static inline bool expiry_cache_is_inactive(const struct posix_cputimers *pct) in expiry_cache_is_inactive()280 struct posix_cputimers *pct = &tsk->signal->posix_cputimers; in thread_group_sample_cputime()302 struct posix_cputimers *pct = &tsk->signal->posix_cputimers; in thread_group_start_cputime()347 struct posix_cputimers *pct = &p->signal->posix_cputimers; in cpu_clock_sample_group()462 static void cleanup_timers(struct posix_cputimers *pct) in cleanup_timers()476 cleanup_timers(&tsk->posix_cputimers); in posix_cpu_timers_exit()480 cleanup_timers(&tsk->signal->posix_cputimers); in posix_cpu_timers_exit_group()496 base = p->posix_cputimers.bases + clkidx; in arm_timer()498 base = p->signal->posix_cputimers.bases + clkidx; in arm_timer()[all …]
87 if (!READ_ONCE(tsk->signal->posix_cputimers.timers_active)) in get_running_cputimer()
148 struct posix_cputimers posix_cputimers; member
1540 struct posix_cputimers *pct = &sig->posix_cputimers; in posix_cpu_timers_init_group()1933 posix_cputimers_init(&p->posix_cputimers); in copy_process()
2295 posix_cputimers_rt_watchdog(&p->posix_cputimers, in watchdog()