Searched refs:fth_nent (Results 1 – 2 of 2) sorted by relevance
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()[all …]
158 ulong_t fth_nent; /* power-of-2 num. of entries */ member