Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/dev/dtrace/
H A Dfasttrap.c340 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()
[all …]
/xnu-8792.41.9/bsd/sys/
H A Dfasttrap_impl.h158 ulong_t fth_nent; /* power-of-2 num. of entries */ member