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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dacct.h53 comp_t ac_stime; /* System Time */ member in struct:acct
90 comp_t ac_stime; /* System Time */ member in struct:acct_v3
H A Dtaskstats.h116 __u64 ac_stime; /* SYstem CPU time [usec] */ member in struct:taskstats
H A Dsched.h448 cputime_t ac_utime, ac_stime; member in struct:pacct_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dacct.c492 ac.ac_stime = encode_comp_t(jiffies_to_AHZ(cputime_to_jiffies(pacct->ac_stime)));
527 pacct->ac_utime = pacct->ac_stime = cputime_zero;
566 pacct->ac_stime = cputime_add(pacct->ac_stime, current->stime);
H A Dtsacct.c64 stats->ac_stime = cputime_to_msecs(tsk->stime) * USEC_PER_MSEC;

Completed in 53 milliseconds