Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dacct.h55 comp_t ac_stime; /* System Time */ member
93 comp_t ac_stime; /* System Time */ member
H A Dtaskstats.h122 __u64 ac_stime; /* SYstem CPU time [usec] */
121 __u64 ac_stime; /* SYstem CPU time [usec] */ global() member
/linux/kernel/
H A Dacct.c491 ac->ac_stime = encode_comp_t(nsec_to_AHZ(pacct->ac_stime)); in fill_ac()
591 pacct->ac_stime += stime; in acct_collect()
H A Dtsacct.c69 stats->ac_stime = div_u64(stime, NSEC_PER_USEC); in bacct_add_tsk()
H A Dtaskstats.c256 stats->ac_stime += div_u64(stime, NSEC_PER_USEC); in fill_stats_for_tgid()