Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dacct.h53 comp_t ac_stime; /* System Time */ member
90 comp_t ac_stime; /* System Time */ member
Dtaskstats.h118 __u64 ac_stime; /* SYstem CPU time [usec] */ member
/linux-4.4.14/arch/ia64/include/asm/
Dthread_info.h32 __u64 ac_stime; member
66 task_thread_info(p)->ac_stime = 0; \
/linux-4.4.14/arch/ia64/kernel/
Dtime.c87 ni->ac_stime = ni->ac_utime = 0; in arch_vtime_task_switch()
104 delta_stime = cycle_to_cputime(ti->ac_stime + (now - ti->ac_stamp)); in vtime_delta()
105 ti->ac_stime = 0; in vtime_delta()
Dasm-offsets.c44 DEFINE(TI_AC_STIME, offsetof(struct thread_info, ac_stime)); in foo()
/linux-4.4.14/kernel/
Dacct.c457 ac->ac_stime = encode_comp_t(jiffies_to_AHZ(cputime_to_jiffies(pacct->ac_stime))); in fill_ac()
564 pacct->ac_stime += stime; in acct_collect()
Dtsacct.c71 stats->ac_stime = cputime_to_usecs(stime); in bacct_add_tsk()
/linux-4.4.14/Documentation/accounting/
Dtaskstats-struct.txt77 __u64 ac_stime; /* System CPU time [usec] */
/linux-4.4.14/include/linux/
Dsched.h524 cputime_t ac_utime, ac_stime; member