Lines Matching refs:fth_nent

340 	for (i = 0; i < fasttrap_provs.fth_nent; i++) {  in fasttrap_pid_cleanup_providers()
662 for (i = 0; i < fasttrap_tpoints.fth_nent; i++) { in fasttrap_fork()
2632 fasttrap_tpoints.fth_nent = nent; in fasttrap_attach()
2634 fasttrap_tpoints.fth_nent = 1 << fasttrap_highbit(nent); in fasttrap_attach()
2635 ASSERT(fasttrap_tpoints.fth_nent > 0); in fasttrap_attach()
2636 fasttrap_tpoints.fth_mask = fasttrap_tpoints.fth_nent - 1; in fasttrap_attach()
2637 fasttrap_tpoints.fth_table = kmem_zalloc(fasttrap_tpoints.fth_nent * in fasttrap_attach()
2641 for (i = 0; i < fasttrap_tpoints.fth_nent; i++) { in fasttrap_attach()
2651 fasttrap_provs.fth_nent = nent; in fasttrap_attach()
2653 fasttrap_provs.fth_nent = 1 << fasttrap_highbit(nent); in fasttrap_attach()
2654 ASSERT(fasttrap_provs.fth_nent > 0); in fasttrap_attach()
2655 fasttrap_provs.fth_mask = fasttrap_provs.fth_nent - 1; in fasttrap_attach()
2656 fasttrap_provs.fth_table = kmem_zalloc(fasttrap_provs.fth_nent * in fasttrap_attach()
2660 for (i = 0; i < fasttrap_provs.fth_nent; i++) { in fasttrap_attach()
2670 fasttrap_procs.fth_nent = nent; in fasttrap_attach()
2672 fasttrap_procs.fth_nent = 1 << fasttrap_highbit(nent); in fasttrap_attach()
2673 ASSERT(fasttrap_procs.fth_nent > 0); in fasttrap_attach()
2674 fasttrap_procs.fth_mask = fasttrap_procs.fth_nent - 1; in fasttrap_attach()
2675 fasttrap_procs.fth_table = kmem_zalloc(fasttrap_procs.fth_nent * in fasttrap_attach()
2680 for (i = 0; i < fasttrap_procs.fth_nent; i++) { in fasttrap_attach()