Home
last modified time | relevance | path

Searched refs:user_timer (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dvtime.h10 S390_lowcore.user_timer += S390_lowcore.exit_timer - S390_lowcore.sys_enter_timer; in update_timer_sys()
17 S390_lowcore.user_timer += S390_lowcore.exit_timer - S390_lowcore.mcck_enter_timer; in update_timer_mcck()
H A Dlowcore.h112 __u64 user_timer; /* 0x02d0 */ member
H A Dprocessor.h162 unsigned long user_timer; /* task cputime in user space */ member
/openbmc/linux/arch/s390/kernel/
H A Dvtime.c151 user = update_tsk_timer(&tsk->thread.user_timer, in do_account_vtime()
152 READ_ONCE(S390_lowcore.user_timer)); in do_account_vtime()
188 prev->thread.user_timer = S390_lowcore.user_timer; in vtime_task_switch()
193 S390_lowcore.user_timer = current->thread.user_timer; in vtime_task_switch()
H A Dprocess.c131 p->thread.user_timer = 0; in copy_thread()
H A Dsmp.c269 lc->user_timer = lc->system_timer = in pcpu_prepare_secondary()
291 lc->user_timer = tsk->thread.user_timer; in pcpu_attach_task()
H A Dsetup.c435 lc->user_timer = S390_lowcore.user_timer; in setup_lowcore()