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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.h118 __u64 ac_stime; /* SYstem CPU time [usec] */ member in struct:taskstats
H A Dsched.h445 cputime_t ac_utime, ac_stime; member in struct:pacct_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dthread_info.h37 __u64 ac_stime; member in struct:thread_info
76 task_thread_info(p)->ac_stime = 0; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dtime.c105 delta_stime = cycle_to_cputime(pi->ac_stime + (now - pi->ac_stamp));
117 ni->ac_stime = ni->ac_utime = 0;
135 delta_stime = cycle_to_cputime(ti->ac_stime + (now - ti->ac_stamp));
140 ti->ac_stime = 0;
H A Dasm-offsets.c47 DEFINE(TI_AC_STIME, offsetof(struct thread_info, ac_stime));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dacct.c551 ac.ac_stime = encode_comp_t(jiffies_to_AHZ(cputime_to_jiffies(pacct->ac_stime)));
617 pacct->ac_stime = cputime_add(pacct->ac_stime, current->stime);
H A Dtsacct.c67 stats->ac_stime = cputime_to_msecs(tsk->stime) * USEC_PER_MSEC;

Completed in 79 milliseconds