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

/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dfasttrap_impl.h178 ulong_t fth_mask; /* fth_nent - 1 */ member in struct:fasttrap_hash
214 (((pc) / sizeof (fasttrap_instr_t) + (pid)) & fasttrap_tpoints.fth_mask)
/netbsd-current/external/cddl/osnet/dist/uts/common/dtrace/
H A Dfasttrap.c226 ((fasttrap_hash_str(name) + (pid)) & fasttrap_provs.fth_mask)
228 #define FASTTRAP_PROCS_INDEX(pid) ((pid) & fasttrap_procs.fth_mask)
2515 fasttrap_tpoints.fth_mask = fasttrap_tpoints.fth_nent - 1;
2533 fasttrap_provs.fth_mask = fasttrap_provs.fth_nent - 1;
2569 fasttrap_procs.fth_mask = fasttrap_procs.fth_nent - 1;

Completed in 78 milliseconds