Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/dtrace/
H A Dfasttrap.c1796 uint32_t ntps; in fasttrap_meta_create_probe() local
1836 ntps = dhpb->dthpb_noffs + dhpb->dthpb_nenoffs; in fasttrap_meta_create_probe()
1837 ASSERT(ntps > 0); in fasttrap_meta_create_probe()
1839 atomic_add_32(&fasttrap_total, ntps); in fasttrap_meta_create_probe()
1842 atomic_add_32(&fasttrap_total, -ntps); in fasttrap_meta_create_probe()
1847 pp = kmem_zalloc(offsetof(fasttrap_probe_t, ftp_tps[ntps]), KM_SLEEP); in fasttrap_meta_create_probe()
1851 pp->ftp_ntps = ntps; in fasttrap_meta_create_probe()
1878 for (j = 0; i < ntps; i++, j++) { in fasttrap_meta_create_probe()