Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c202 static fasttrap_hash_t fasttrap_provs; variable
227 ((fasttrap_hash_str(name) + (pid)) & fasttrap_provs.fth_mask)
474 for (i = 0; i < fasttrap_provs.fth_nent; i++) { in fasttrap_pid_cleanup_cb()
475 bucket = &fasttrap_provs.fth_table[i]; in fasttrap_pid_cleanup_cb()
1619 bucket = &fasttrap_provs.fth_table[FASTTRAP_PROVS_INDEX(pid, name)]; in fasttrap_provider_lookup()
1779 bucket = &fasttrap_provs.fth_table[FASTTRAP_PROVS_INDEX(pid, name)]; in fasttrap_provider_retire()
2448 fasttrap_provs.fth_nent = nent; in fasttrap_load()
2450 fasttrap_provs.fth_nent = 1 << fasttrap_highbit(nent); in fasttrap_load()
2451 ASSERT(fasttrap_provs.fth_nent > 0); in fasttrap_load()
2452 fasttrap_provs.fth_mask = fasttrap_provs.fth_nent - 1; in fasttrap_load()
[all …]