Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dtime.c106 if (pi->ac_utime) { in ia64_account_on_switch()
107 delta_utime = cycle_to_cputime(pi->ac_utime); in ia64_account_on_switch()
112 ni->ac_stime = ni->ac_utime = 0; in ia64_account_on_switch()
152 if (ti->ac_utime) { in account_process_tick()
153 delta_utime = cycle_to_cputime(ti->ac_utime); in account_process_tick()
155 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
78 task_thread_info(p)->ac_utime = 0; \