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

/netbsd-current/external/cddl/osnet/dist/uts/common/dtrace/
H A Dfasttrap.c486 for (i = 0; i < fasttrap_provs.fth_nent; i++) {
667 for (i = 0; i < fasttrap_tpoints.fth_nent; i++) {
2511 fasttrap_tpoints.fth_nent = nent;
2513 fasttrap_tpoints.fth_nent = 1 << fasttrap_highbit(nent);
2514 ASSERT(fasttrap_tpoints.fth_nent > 0);
2515 fasttrap_tpoints.fth_mask = fasttrap_tpoints.fth_nent - 1;
2516 fasttrap_tpoints.fth_table = kmem_zalloc(fasttrap_tpoints.fth_nent *
2519 for (i = 0; i < fasttrap_tpoints.fth_nent; i++)
2529 fasttrap_provs.fth_nent = nent;
2531 fasttrap_provs.fth_nent
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dfasttrap_impl.h177 ulong_t fth_nent; /* power-of-2 num. of entries */ member in struct:fasttrap_hash
178 ulong_t fth_mask; /* fth_nent - 1 */

Completed in 85 milliseconds