Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Dpigs.c161 ftime = kpp[i].ki_swtime; in fetchpigs()
/freebsd/bin/ps/
H A Dprint.c637 if (k->ki_p->ki_swtime == 0 || (k->ki_p->ki_flag & P_INMEM) == 0) in getpcpu()
642 (1.0 - exp(k->ki_p->ki_swtime * log(fxtofl(ccpu))))); in getpcpu()
H A Dkeyword.c158 {"re", "RE", NULL, "residency-time", INF127, kvar, KOFF(ki_swtime),
/freebsd/sys/sys/
H A Duser.h161 u_int ki_swtime; /* Time swapped in or out */ member
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32.h380 u_int ki_swtime; member
/freebsd/usr.bin/top/
H A Dmachine.c71 #define weighted_cpu(pct, pp) ((pp)->ki_swtime == 0 ? 0.0 : \
72 ((pct) / (1.0 - exp((pp)->ki_swtime * logcpu))))
/freebsd/lib/libkvm/
H A Dkvm_proc.c411 kp->ki_swtime = (ticks - proc.p_swtick) / hz; in kvm_proclist()
/freebsd/sys/kern/
H A Dkern_proc.c1158 kp->ki_swtime = (ticks - p->p_swtick) / hz; in fill_kinfo_proc_only()
1463 CP(*ki, *ki32, ki_swtime); in freebsd32_kinfo_proc_out()