Home
last modified time | relevance | path

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

/linux-5.19.10/arch/ia64/kernel/
Dtime.c115 ni->ac_stamp = pi->ac_stamp; in arch_vtime_task_switch()
131 delta_stime = now - ti->ac_stamp; in vtime_delta()
132 ti->ac_stamp = now; in vtime_delta()
Dasm-offsets.c43 DEFINE(TI_AC_STAMP, offsetof(struct thread_info, ac_stamp)); in foo()
/linux-5.19.10/arch/ia64/include/asm/
Dthread_info.h38 __u64 ac_stamp; member