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

/freebsd-10-stable/usr.bin/systat/
H A Dpigs.c170 ftime = kpp[i].ki_swtime;
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32.h297 u_int ki_swtime; member in struct:kinfo_proc32
/freebsd-10-stable/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-stable/bin/ps/
H A Dkeyword.c135 {"re", "RE", NULL, INF127, kvar, KOFF(ki_swtime), UINT, "d", 0},
H A Dprint.c633 if (k->ki_p->ki_swtime == 0 || (k->ki_p->ki_flag & P_INMEM) == 0)
638 (1.0 - exp(k->ki_p->ki_swtime * log(fxtofl(ccpu)))));
/freebsd-10-stable/lib/libkvm/
H A Dkvm_proc.c396 kp->ki_swtime = (ticks - proc.p_swtick) / hz;
/freebsd-10-stable/usr.bin/top/
H A Dmachine.c89 #define weighted_cpu(pct, pp) ((pp)->ki_swtime == 0 ? 0.0 : \
90 ((pct) / (1.0 - exp((pp)->ki_swtime * logcpu))))
/freebsd-10-stable/sys/kern/
H A Dkern_proc.c890 kp->ki_swtime = (ticks - p->p_swtick) / hz;
1178 CP(*ki, *ki32, ki_swtime);

Completed in 323 milliseconds