Lines Matching refs:seq
291 unsigned int seq, nextseq; in thread_group_cputime() local
298 seq = nextseq; in thread_group_cputime()
299 flags = read_seqbegin_or_lock_irqsave(&sig->stats_lock, &seq); in thread_group_cputime()
312 } while (need_seqretry(&sig->stats_lock, seq)); in thread_group_cputime()
313 done_seqretry_irqrestore(&sig->stats_lock, seq, flags); in thread_group_cputime()
767 unsigned int seq; in task_gtime() local
771 seq = read_seqbegin(&t->vtime_seqlock); in task_gtime()
777 } while (read_seqretry(&t->vtime_seqlock, seq)); in task_gtime()
793 unsigned int seq; in fetch_task_cputime() local
800 seq = read_seqbegin(&t->vtime_seqlock); in fetch_task_cputime()
824 } while (read_seqretry(&t->vtime_seqlock, seq)); in fetch_task_cputime()