Searched refs:posix_cputimers (Results 1 – 8 of 8) sorted by relevance
96 static inline void posix_cputimers_init(struct posix_cputimers *pct) in posix_cputimers_init()104 void posix_cputimers_group_init(struct posix_cputimers *pct, u64 cpu_limit);106 static inline void posix_cputimers_rt_watchdog(struct posix_cputimers *pct, in posix_cputimers_rt_watchdog()131 .posix_cputimers = { \132 .bases = INIT_CPU_TIMERBASES(s.posix_cputimers.bases), \137 static inline void posix_cputimers_init(struct posix_cputimers *pct) { } in posix_cputimers_init()138 static inline void posix_cputimers_group_init(struct posix_cputimers *pct, in posix_cputimers_group_init()
56 struct posix_cputimers { struct76 struct posix_cputimers { }; argument
1135 struct posix_cputimers posix_cputimers; member
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()554 cleanup_timers(&tsk->posix_cputimers); in posix_cpu_timers_exit()558 cleanup_timers(&tsk->signal->posix_cputimers); in posix_cpu_timers_exit_group()868 struct posix_cputimers *pct = &tsk->posix_cputimers; in check_thread_timers()908 struct posix_cputimers *pct = &sig->posix_cputimers; in stop_process_timers()946 struct posix_cputimers *pct = &sig->posix_cputimers; in check_process_timers()1085 struct posix_cputimers *pct = &tsk->posix_cputimers; in fastpath_timer_check()[all …]
79 if (!READ_ONCE(tsk->signal->posix_cputimers.timers_active)) in get_running_cputimer()
163 struct posix_cputimers posix_cputimers; member
1891 struct posix_cputimers *pct = &sig->posix_cputimers; in posix_cpu_timers_init_group()2351 posix_cputimers_init(&p->posix_cputimers); in copy_process()
2538 posix_cputimers_rt_watchdog(&p->posix_cputimers, in watchdog()