Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dacct.h55 comp_t ac_stime; /* System Time */ member
93 comp_t ac_stime; /* System Time */ member
A Dtaskstats.h120 __u64 ac_stime; /* SYstem CPU time [usec] */ member
/linux/arch/ia64/include/asm/
A Dthread_info.h41 __u64 ac_stime; member
73 task_thread_info(p)->ac_stime = 0; \
/linux/kernel/
A Dacct.c459 ac->ac_stime = encode_comp_t(nsec_to_AHZ(pacct->ac_stime)); in fill_ac()
566 pacct->ac_stime += stime; in acct_collect()
A Dtsacct.c65 stats->ac_stime = div_u64(stime, NSEC_PER_USEC); in bacct_add_tsk()
A Dtaskstats.c235 stats->ac_stime += div_u64(stime, NSEC_PER_USEC); in fill_stats_for_tgid()
/linux/arch/ia64/kernel/
A Dtime.c116 ni->ac_stime = ni->ac_utime = 0; in arch_vtime_task_switch()
A Dasm-offsets.c45 DEFINE(TI_AC_STIME, offsetof(struct thread_info, ac_stime)); in foo()
/linux/Documentation/accounting/
A Dtaskstats-struct.rst88 __u64 ac_stime; /* System CPU time [usec] */
/linux/include/linux/sched/
A Dsignal.h34 u64 ac_utime, ac_stime; member

Completed in 13 milliseconds