Home
last modified time | relevance | path

Searched refs:ncalls (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/sgs/prof/common/
H A Dprofv.c123 if (a->ncalls > b->ncalls) in cmp_by_ncalls()
125 else if (a->ncalls < b->ncalls) in cmp_by_ncalls()
236 profsym[i].ncalls, profsym[i].msecs_per_call); in print_profile_data()
333 if (nl->ncalls) { in compute_times()
335 (double)nl->ncalls; in compute_times()
340 if (nl->ncalls) { in compute_times()
343 (double)nl->ncalls; in compute_times()
382 if ((nl[i].ncalls == 0) && (nl[i].nticks == 0)) { in collect_profsyms()
394 profsym[ndx].ncalls = nl[i].ncalls; in collect_profsyms()
542 nl->ncalls += calleep->count; in process_cgraph()
H A Dprofv.h131 size_t ncalls; /* number of calls to this func */ member
145 size_t ncalls; /* calls to this function */ member
/titanic_41/usr/src/uts/common/io/rwd/
H A Drt2661_var.h159 int ncalls; member
H A Drt2661.c1982 if (++sc->ncalls & 1) in rt2661_updatestats()
2051 sc->ncalls = 0; in rt2661_newstate()
/titanic_41/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c175 static int ncalls; variable
523 ncalls++; in pkg_door_srv()
1357 ncalls, ndumps, loglines, suppressed); in finish()