Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace_impl.h155 } dtrace_hash_t; typedef
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c245 static dtrace_hash_t *dtrace_bymod; /* probes hashed by module */
246 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */
247 static dtrace_hash_t *dtrace_byname; /* probes hashed by name */
8043 static dtrace_hash_t *
8046 dtrace_hash_t *hash = kmem_zalloc(sizeof (dtrace_hash_t), KM_SLEEP);
8062 dtrace_hash_destroy(dtrace_hash_t *hash)
8073 kmem_free(hash, sizeof (dtrace_hash_t));
8077 dtrace_hash_resize(dtrace_hash_t *hash)
8108 dtrace_hash_add(dtrace_hash_t *hash, dtrace_probe_t *new)
8147 dtrace_hash_lookup(dtrace_hash_t *hash, dtrace_probe_t *template)
[all …]