Searched refs:ac_utime (Results 1 – 3 of 3) sorted by relevance
101 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()
48 DEFINE(TI_AC_UTIME, offsetof(struct thread_info, ac_utime)); in foo()
38 __u64 ac_utime; member77 task_thread_info(p)->ac_utime = 0; \