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