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
75 task_thread_info(p)->ac_stime = 0; \
/arch/ia64/kernel/
Dtime.c109 ni->ac_stime = ni->ac_utime = 0; in arch_vtime_task_switch()
126 delta_stime = cycle_to_cputime(ti->ac_stime + (now - ti->ac_stamp)); in vtime_delta()
127 ti->ac_stime = 0; in vtime_delta()
Dasm-offsets.c47 DEFINE(TI_AC_STIME, offsetof(struct thread_info, ac_stime)); in foo()