Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dtime.c95 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()
Dasm-offsets.c45 DEFINE(TI_AC_STAMP, offsetof(struct thread_info, ac_stamp)); in foo()
/arch/ia64/include/asm/
Dthread_info.h35 __u64 ac_stamp; member