Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cddl/dev/dtrace/
H A Ddtrace_unload.c76 dtrace_hash_destroy(dtrace_bymod); in dtrace_unload()
77 dtrace_hash_destroy(dtrace_byfunc); in dtrace_unload()
78 dtrace_hash_destroy(dtrace_byname); in dtrace_unload()
/freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c8057 dtrace_hash_destroy(dtrace_hash_t *hash) function
18285 dtrace_hash_destroy(dtrace_bymod);
18286 dtrace_hash_destroy(dtrace_byfunc);
18287 dtrace_hash_destroy(dtrace_byname);