Searched refs:ci_calls (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/sa/
H A Dpdb.c55 u_quad_t ci_calls; /* number of calls */ member in struct:cmdinfov1
82 civ2.ci_calls = civ1.ci_calls;
198 if (vflag && ci.ci_calls <= cutoff &&
205 ((ci.ci_flags & CI_UNPRINTABLE) != 0 || ci.ci_calls <= 1)) {
220 if (ci_junk.ci_calls != 0) {
227 if (ci_other.ci_calls != 0) {
262 fprintf(stderr, "%s (%ju) -- ", cip->ci_comm, (uintmax_t)cip->ci_calls);
271 tocip->ci_calls += fromcip->ci_calls;
[all...]
H A Dmain.c334 ci.ci_calls = 1;
417 t1 /= (double) (c1.ci_calls ? c1.ci_calls : 1);
420 t2 /= (double) (c2.ci_calls ? c2.ci_calls : 1);
457 n1 = c1.ci_io / (double) (c1.ci_calls ? c1.ci_calls : 1);
458 n2 = c2.ci_io / (double) (c2.ci_calls ? c2.ci_calls : 1);
519 if (c1.ci_calls < c
[all...]
H A Dextern.h44 u_quad_t ci_calls; /* number of calls */ member in struct:cmdinfo
H A Dusrdb.c146 newui.ui_calls += ci->ci_calls;

Completed in 151 milliseconds