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()
2636 fasttrap_tpoints.fth_nent = nent; in fasttrap_attach()
2638 fasttrap_tpoints.fth_nent = 1 << fasttrap_highbit(nent); in fasttrap_attach()
2639 ASSERT(fasttrap_tpoints.fth_nent > 0); in fasttrap_attach()
2640 fasttrap_tpoints.fth_mask = fasttrap_tpoints.fth_nent - 1; in fasttrap_attach()
2641 fasttrap_tpoints.fth_table = kmem_zalloc(fasttrap_tpoints.fth_nent * in fasttrap_attach()
2645 for (i = 0; i < fasttrap_tpoints.fth_nent; i++) { in fasttrap_attach()
2655 fasttrap_provs.fth_nent = nent; in fasttrap_attach()
2657 fasttrap_provs.fth_nent = 1 << fasttrap_highbit(nent); in fasttrap_attach()
2658 ASSERT(fasttrap_provs.fth_nent > 0); in fasttrap_attach()
2659 fasttrap_provs.fth_mask = fasttrap_provs.fth_nent - 1; in fasttrap_attach()
2660 fasttrap_provs.fth_table = kmem_zalloc(fasttrap_provs.fth_nent * in fasttrap_attach()
2664 for (i = 0; i < fasttrap_provs.fth_nent; i++) { in fasttrap_attach()
2674 fasttrap_procs.fth_nent = nent; in fasttrap_attach()
2676 fasttrap_procs.fth_nent = 1 << fasttrap_highbit(nent); in fasttrap_attach()
2677 ASSERT(fasttrap_procs.fth_nent > 0); in fasttrap_attach()
2678 fasttrap_procs.fth_mask = fasttrap_procs.fth_nent - 1; in fasttrap_attach()
2679 fasttrap_procs.fth_table = kmem_zalloc(fasttrap_procs.fth_nent * in fasttrap_attach()
2684 for (i = 0; i < fasttrap_procs.fth_nent; i++) { in fasttrap_attach()