Home
last modified time | relevance | path

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

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