Searched defs:ntps (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c1808 uint32_t ntps; local
1835 ntps = dhpb->dthpb_noffs + dhpb->dthpb_nenoffs;
1836 ASSERT(ntps > 0);
1838 atomic_add_32(&fasttrap_total, ntps);
1841 atomic_add_32(&fasttrap_total, -ntps);
1845 pp = kmem_zalloc(offsetof(fasttrap_probe_t, ftp_tps[ntps]), KM_SLEEP);
1849 pp->ftp_ntps = ntps;
1876 for (j = 0; i < ntps; i++, j++) {

Completed in 62 milliseconds