Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dvtime.c72 user = S390_lowcore.user_timer - ti->user_timer; in do_account_vtime()
74 ti->user_timer = S390_lowcore.user_timer; in do_account_vtime()
95 ti->user_timer = S390_lowcore.user_timer; in account_vtime()
98 S390_lowcore.user_timer = ti->user_timer; in account_vtime()
Dasm-offsets.c41 DEFINE(__TI_user_timer, offsetof(struct thread_info, user_timer)); in main()
121 DEFINE(__LC_USER_TIMER, offsetof(struct _lowcore, user_timer)); in main()
Dprocess.c206 ti->user_timer = 0; in copy_thread()
Dsmp.c260 lc->user_timer = lc->system_timer = lc->steal_timer = 0; in pcpu_prepare_secondary()
275 lc->user_timer = ti->user_timer; in pcpu_attach_task()
Dearly.c181 S390_lowcore.user_timer = 0; in create_kernel_nss()
Dsetup.c412 lc->user_timer = S390_lowcore.user_timer; in setup_lowcore()
/arch/s390/include/asm/
Dthread_info.h52 __u64 user_timer; member
Dlowcore.h107 __u64 user_timer; /* 0x0278 */ member
251 __u64 user_timer; /* 0x02d0 */ member