Lines Matching refs:fth_nent
298 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()
2170 fasttrap_tpoints.fth_nent = nent; in fasttrap_attach()
2172 fasttrap_tpoints.fth_nent = 1 << fasttrap_highbit(nent); in fasttrap_attach()
2173 ASSERT(fasttrap_tpoints.fth_nent > 0); in fasttrap_attach()
2174 fasttrap_tpoints.fth_mask = fasttrap_tpoints.fth_nent - 1; in fasttrap_attach()
2175 fasttrap_tpoints.fth_table = kmem_zalloc(fasttrap_tpoints.fth_nent * in fasttrap_attach()
2183 fasttrap_provs.fth_nent = nent; in fasttrap_attach()
2185 fasttrap_provs.fth_nent = 1 << fasttrap_highbit(nent); in fasttrap_attach()
2186 ASSERT(fasttrap_provs.fth_nent > 0); in fasttrap_attach()
2187 fasttrap_provs.fth_mask = fasttrap_provs.fth_nent - 1; in fasttrap_attach()
2188 fasttrap_provs.fth_table = kmem_zalloc(fasttrap_provs.fth_nent * in fasttrap_attach()
2196 fasttrap_procs.fth_nent = nent; in fasttrap_attach()
2198 fasttrap_procs.fth_nent = 1 << fasttrap_highbit(nent); in fasttrap_attach()
2199 ASSERT(fasttrap_procs.fth_nent > 0); in fasttrap_attach()
2200 fasttrap_procs.fth_mask = fasttrap_procs.fth_nent - 1; in fasttrap_attach()
2201 fasttrap_procs.fth_table = kmem_zalloc(fasttrap_procs.fth_nent * in fasttrap_attach()
2261 for (i = 0; i < fasttrap_provs.fth_nent; i++) { in fasttrap_detach()
2318 fasttrap_tpoints.fth_nent * sizeof (fasttrap_bucket_t)); in fasttrap_detach()
2319 fasttrap_tpoints.fth_nent = 0; in fasttrap_detach()
2322 fasttrap_provs.fth_nent * sizeof (fasttrap_bucket_t)); in fasttrap_detach()
2323 fasttrap_provs.fth_nent = 0; in fasttrap_detach()
2326 fasttrap_procs.fth_nent * sizeof (fasttrap_bucket_t)); in fasttrap_detach()
2327 fasttrap_procs.fth_nent = 0; in fasttrap_detach()