Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dvtime.c120 user = S390_lowcore.user_timer - ti->user_timer; in do_account_vtime()
122 ti->user_timer = S390_lowcore.user_timer; in do_account_vtime()
156 ti->user_timer = S390_lowcore.user_timer; in vtime_task_switch()
159 S390_lowcore.user_timer = ti->user_timer; in vtime_task_switch()
Dasm-offsets.c46 OFFSET(__TI_user_timer, thread_info, user_timer); in main()
149 OFFSET(__LC_USER_TIMER, _lowcore, user_timer); in main()
Dprocess.c136 ti->user_timer = 0; in copy_thread()
Dsetup.c348 lc->user_timer = S390_lowcore.user_timer; in setup_lowcore()
Dsmp.c250 lc->user_timer = lc->system_timer = lc->steal_timer = 0; in pcpu_prepare_secondary()
270 lc->user_timer = ti->user_timer; in pcpu_attach_task()
Dearly.c171 S390_lowcore.user_timer = 0; in create_kernel_nss()
/arch/s390/include/asm/
Dthread_info.h39 __u64 user_timer; member
Dlowcore.h108 __u64 user_timer; /* 0x02d0 */ member