Home
last modified time | relevance | path

Searched refs:ac_utime (Results 1 – 3 of 3) sorted by relevance

/arch/ia64/kernel/
Dtime.c101 if (pi->ac_utime) { in ia64_account_on_switch()
102 delta_utime = cycle_to_cputime(pi->ac_utime); in ia64_account_on_switch()
107 ni->ac_stime = ni->ac_utime = 0; in ia64_account_on_switch()
147 if (ti->ac_utime) { in account_process_tick()
148 delta_utime = cycle_to_cputime(ti->ac_utime); in account_process_tick()
150 ti->ac_utime = 0; in account_process_tick()
Dasm-offsets.c48 DEFINE(TI_AC_UTIME, offsetof(struct thread_info, ac_utime)); in foo()
/arch/ia64/include/asm/
Dthread_info.h38 __u64 ac_utime; member
77 task_thread_info(p)->ac_utime = 0; \