Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c298 for (i = 0; i < fasttrap_provs.fth_nent; i++) { in fasttrap_pid_cleanup_cb()
440 for (i = 0; i < fasttrap_tpoints.fth_nent; i++) { in fasttrap_fork()
2166 fasttrap_tpoints.fth_nent = nent; in fasttrap_attach()
2169 ASSERT(fasttrap_tpoints.fth_nent > 0); in fasttrap_attach()
2179 fasttrap_provs.fth_nent = nent; in fasttrap_attach()
2182 ASSERT(fasttrap_provs.fth_nent > 0); in fasttrap_attach()
2192 fasttrap_procs.fth_nent = nent; in fasttrap_attach()
2195 ASSERT(fasttrap_procs.fth_nent > 0); in fasttrap_attach()
2315 fasttrap_tpoints.fth_nent = 0; in fasttrap_detach()
2319 fasttrap_provs.fth_nent = 0; in fasttrap_detach()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfasttrap_impl.h147 ulong_t fth_nent; /* power-of-2 num. of entries */ member