Home
last modified time | relevance | path

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

/xnu-12377.41.6/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()
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 …]
/xnu-12377.41.6/bsd/sys/
H A Dfasttrap_impl.h158 ulong_t fth_nent; /* power-of-2 num. of entries */ member