Searched refs:sum_cputime (Results 1 – 1 of 1) sorted by relevance
244 static inline void __update_gt_cputime(atomic64_t *cputime, u64 sum_cputime) in __update_gt_cputime() argument249 if (sum_cputime <= curr_cputime) in __update_gt_cputime()251 } while (!atomic64_try_cmpxchg(cputime, &curr_cputime, sum_cputime)); in __update_gt_cputime()