Home
last modified time | relevance | path

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

/src/bin/ps/
H A Dextern.h57 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.c695 next_KINFO->ki_pcpu = getpcpu(next_KINFO); in main()