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

/freebsd-10.0-release/usr.bin/systat/
H A Dpigs.c170 ftime = kpp[i].ki_swtime;
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32.h323 u_int ki_swtime; member in struct:kinfo_proc32
/freebsd-10.0-release/sys/sys/
H A Duser.h159 fixpt_t ki_pctcpu; /* %cpu for process during ki_swtime */
162 u_int ki_swtime; /* Time swapped in or out */ member in struct:kinfo_proc
/freebsd-10.0-release/bin/ps/
H A Dkeyword.c132 {"re", "RE", NULL, INF127, kvar, KOFF(ki_swtime), UINT, "d", 0},
H A Dprint.c628 if (k->ki_p->ki_swtime == 0 || (k->ki_p->ki_flag & P_INMEM) == 0)
633 (1.0 - exp(k->ki_p->ki_swtime * log(fxtofl(ccpu)))));
/freebsd-10.0-release/lib/libkvm/
H A Dkvm_proc.c396 kp->ki_swtime = (ticks - proc.p_swtick) / hz;
/freebsd-10.0-release/usr.bin/top/
H A Dmachine.c86 #define weighted_cpu(pct, pp) ((pp)->ki_swtime == 0 ? 0.0 : \
87 ((pct) / (1.0 - exp((pp)->ki_swtime * logcpu))))
/freebsd-10.0-release/sys/kern/
H A Dkern_proc.c863 kp->ki_swtime = (ticks - p->p_swtick) / hz;
1144 CP(*ki, *ki32, ki_swtime);

Completed in 112 milliseconds