Home
last modified time | relevance | path

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

/original-bsd/bin/ps/
H A Dextern.h27 double getpcpu __P((KINFO *));
H A Dps.c399 return (getpcpu((KINFO *)b) - getpcpu((KINFO *)a));
H A Dprint.c487 getpcpu(k) in getpcpu() function
518 (void)printf("%*.1f", v->width, getpcpu(k));