Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dvtime.h10 lc->user_timer += lc->exit_timer - lc->sys_enter_timer; in update_timer_sys()
19 lc->user_timer += lc->exit_timer - lc->mcck_enter_timer; in update_timer_mcck()
H A Dlowcore.h117 __u64 user_timer; /* 0x02d0 */ member
/linux/arch/s390/kernel/
H A Dvtime.c145 user = update_tsk_timer(&tsk->thread.user_timer, in do_account_vtime()
146 READ_ONCE(lc->user_timer)); in do_account_vtime()
184 prev->thread.user_timer = lc->user_timer; in vtime_task_switch()
189 lc->user_timer = current->thread.user_timer; in vtime_task_switch()
H A Dprocess.c130 p->thread.user_timer = 0; in copy_thread()
H A Dsetup.c423 lc->user_timer = get_lowcore()->user_timer; in setup_lowcore()