Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
Dthread_info.h37 __u64 ac_stime; member
76 task_thread_info(p)->ac_stime = 0; \
/arch/ia64/kernel/
Dtime.c95 delta_stime = cycle_to_cputime(pi->ac_stime + (now - pi->ac_stamp)); in ia64_account_on_switch()
107 ni->ac_stime = ni->ac_utime = 0; in ia64_account_on_switch()
125 delta_stime = cycle_to_cputime(ti->ac_stime + (now - ti->ac_stamp)); in account_system_vtime()
130 ti->ac_stime = 0; in account_system_vtime()
Dasm-offsets.c47 DEFINE(TI_AC_STIME, offsetof(struct thread_info, ac_stime)); in foo()