Home
last modified time | relevance | path

Searched refs:getpcpu (Results 1 – 3 of 3) sorted by relevance

/freebsd/bin/ps/
H A Dextern.h55 double getpcpu(const KINFO *);
H A Dprint.c622 getpcpu(const KINFO *k) in getpcpu() function
647 asprintf(&str, "%.1f", getpcpu(k)); in pcpu()
H A Dps.c633 next_KINFO->ki_pcpu = getpcpu(next_KINFO); in main()