Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dposix-timers.h101 static inline void posix_cputimers_init(struct posix_cputimers *pct) in posix_cputimers_init()
109 void posix_cputimers_group_init(struct posix_cputimers *pct, u64 cpu_limit);
111 static inline void posix_cputimers_rt_watchdog(struct posix_cputimers *pct, in posix_cputimers_rt_watchdog()
136 .posix_cputimers = { \
137 .bases = INIT_CPU_TIMERBASES(s.posix_cputimers.bases), \
142 static inline void posix_cputimers_init(struct posix_cputimers *pct) { } in posix_cputimers_init()
143 static inline void posix_cputimers_group_init(struct posix_cputimers *pct, in posix_cputimers_group_init()
H A Dposix-timers_types.h56 struct posix_cputimers { struct
76 struct posix_cputimers { }; struct
H A Dsched.h1141 struct posix_cputimers posix_cputimers; member
/linux/include/linux/sched/
H A Dcputime.h79 if (!READ_ONCE(tsk->signal->posix_cputimers.timers_active)) in get_running_cputimer()
H A Dsignal.h163 struct posix_cputimers posix_cputimers; member
/linux/kernel/
H A Dfork.c1685 struct posix_cputimers *pct = &sig->posix_cputimers; in posix_cpu_timers_init_group()
2143 posix_cputimers_init(&p->posix_cputimers); in copy_process()
/linux/kernel/sched/
H A Drt.c2492 posix_cputimers_rt_watchdog(&p->posix_cputimers, in watchdog()