Searched refs:vtime_seqlock (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/kernel/sched/
H A Dcputime.c678 write_seqlock(&tsk->vtime_seqlock); vtime_account_system()
680 write_sequnlock(&tsk->vtime_seqlock); vtime_account_system()
685 write_seqlock(&tsk->vtime_seqlock); vtime_gen_account_irq_exit()
689 write_sequnlock(&tsk->vtime_seqlock); vtime_gen_account_irq_exit()
696 write_seqlock(&tsk->vtime_seqlock); vtime_account_user()
700 write_sequnlock(&tsk->vtime_seqlock); vtime_account_user()
705 write_seqlock(&tsk->vtime_seqlock); vtime_user_enter()
708 write_sequnlock(&tsk->vtime_seqlock); vtime_user_enter()
720 write_seqlock(&tsk->vtime_seqlock); vtime_guest_enter()
723 write_sequnlock(&tsk->vtime_seqlock); vtime_guest_enter()
729 write_seqlock(&tsk->vtime_seqlock); vtime_guest_exit()
732 write_sequnlock(&tsk->vtime_seqlock); vtime_guest_exit()
745 write_seqlock(&prev->vtime_seqlock); arch_vtime_task_switch()
747 write_sequnlock(&prev->vtime_seqlock); arch_vtime_task_switch()
749 write_seqlock(&current->vtime_seqlock); arch_vtime_task_switch()
752 write_sequnlock(&current->vtime_seqlock); arch_vtime_task_switch()
759 write_seqlock_irqsave(&t->vtime_seqlock, flags); vtime_init_idle()
762 write_sequnlock_irqrestore(&t->vtime_seqlock, flags); vtime_init_idle()
771 seq = read_seqbegin(&t->vtime_seqlock); task_gtime()
777 } while (read_seqretry(&t->vtime_seqlock, seq)); task_gtime()
800 seq = read_seqbegin(&t->vtime_seqlock); fetch_task_cputime()
824 } while (read_seqretry(&t->vtime_seqlock, seq)); fetch_task_cputime()
/linux-4.1.27/include/linux/
H A Dinit_task.h152 .vtime_seqlock = __SEQLOCK_UNLOCKED(tsk.vtime_seqlock), \
H A Dsched.h1438 seqlock_t vtime_seqlock; member in struct:task_struct
/linux-4.1.27/kernel/
H A Dfork.c1348 seqlock_init(&p->vtime_seqlock); copy_process()

Completed in 153 milliseconds