Searched refs:posix_cputimers (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dposix-timers_types.h47 * posix_cputimers - Container for posix CPU timer related data
56 struct posix_cputimers { struct
76 struct posix_cputimers { }; struct
H A Dposix-timers.h88 static inline void posix_cputimers_init(struct posix_cputimers *pct)
96 void posix_cputimers_group_init(struct posix_cputimers *pct, u64 cpu_limit);
98 static inline void posix_cputimers_rt_watchdog(struct posix_cputimers *pct,
116 .posix_cputimers = { \
117 .bases = INIT_CPU_TIMERBASES(s.posix_cputimers.bases), \
122 static inline void posix_cputimers_init(struct posix_cputimers *pct) { }
123 static inline void posix_cputimers_group_init(struct posix_cputimers *pct,
H A Dsched.h1058 struct posix_cputimers posix_cputimers; member in struct:task_struct
/linux-master/kernel/time/
H A Dposix-cpu-timers.c24 void posix_cputimers_group_init(struct posix_cputimers *pct, u64 cpu_limit)
35 * tsk->signal->posix_cputimers.bases[clock].nextevt expiration cache if
152 static inline bool expiry_cache_is_inactive(const struct posix_cputimers *pct)
276 struct posix_cputimers *pct = &tsk->signal->posix_cputimers;
298 struct posix_cputimers *pct = &tsk->signal->posix_cputimers;
343 struct posix_cputimers *pct = &p->signal->posix_cputimers;
422 return tsk->posix_cputimers
[all...]
/linux-master/include/linux/sched/
H A Dcputime.h79 if (!READ_ONCE(tsk->signal->posix_cputimers.timers_active))
H A Dsignal.h161 struct posix_cputimers posix_cputimers; member in struct:signal_struct
/linux-master/kernel/
H A Dfork.c1844 struct posix_cputimers *pct = &sig->posix_cputimers;
2311 posix_cputimers_init(&p->posix_cputimers);
/linux-master/kernel/sched/
H A Drt.c2571 posix_cputimers_rt_watchdog(&p->posix_cputimers,

Completed in 317 milliseconds