Searched refs:ac_stamp (Results 1 – 3 of 3) sorted by relevance
95 delta_stime = cycle_to_cputime(pi->ac_stime + (now - pi->ac_stamp)); in ia64_account_on_switch()106 pi->ac_stamp = ni->ac_stamp = now; in ia64_account_on_switch()125 delta_stime = cycle_to_cputime(ti->ac_stime + (now - ti->ac_stamp)); in account_system_vtime()132 ti->ac_stamp = now; in account_system_vtime()
45 DEFINE(TI_AC_STAMP, offsetof(struct thread_info, ac_stamp)); in foo()
35 __u64 ac_stamp; member