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

/xnu-2422.115.4/bsd/dev/dtrace/
H A Dfasttrap.c354 for (i = 0; i < fasttrap_provs.fth_nent; i++) {
497 for (i = 0; i < fasttrap_tpoints.fth_nent; i++) {
2467 fasttrap_tpoints.fth_nent = nent;
2469 fasttrap_tpoints.fth_nent = 1 << fasttrap_highbit(nent);
2470 ASSERT(fasttrap_tpoints.fth_nent > 0);
2471 fasttrap_tpoints.fth_mask = fasttrap_tpoints.fth_nent - 1;
2472 fasttrap_tpoints.fth_table = kmem_zalloc(fasttrap_tpoints.fth_nent *
2480 for (i=0; i<fasttrap_tpoints.fth_nent; i++) {
2490 fasttrap_provs.fth_nent = nent;
2492 fasttrap_provs.fth_nent
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dfasttrap_impl.h160 ulong_t fth_nent; /* power-of-2 num. of entries */ member in struct:fasttrap_hash
161 ulong_t fth_mask; /* fth_nent - 1 */

Completed in 14 milliseconds