Home
last modified time | relevance | path

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

/linux-4.4.14/arch/ia64/kernel/
Dtime.c86 pi->ac_stamp = ni->ac_stamp; in arch_vtime_task_switch()
104 delta_stime = cycle_to_cputime(ti->ac_stime + (now - ti->ac_stamp)); in vtime_delta()
106 ti->ac_stamp = now; in vtime_delta()
Dasm-offsets.c42 DEFINE(TI_AC_STAMP, offsetof(struct thread_info, ac_stamp)); in foo()
/linux-4.4.14/arch/ia64/include/asm/
Dthread_info.h30 __u64 ac_stamp; member