Searched refs:posix_cputimers (Results 1 – 5 of 5) sorted by relevance
101 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()
56 struct posix_cputimers { struct76 struct posix_cputimers { }; argument
1137 struct posix_cputimers posix_cputimers; member
1686 struct posix_cputimers *pct = &sig->posix_cputimers; in posix_cpu_timers_init_group()2145 posix_cputimers_init(&p->posix_cputimers); in copy_process()
2503 posix_cputimers_rt_watchdog(&p->posix_cputimers, in watchdog()