Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Ddtrace_impl.h156 } dtrace_hash_t; typedef
/xnu-11417.140.69/bsd/dev/dtrace/
H A Ddtrace.c225 static dtrace_hash_t *dtrace_strings;
226 static dtrace_hash_t *dtrace_byprov; /* probes hashed by provider */
227 static dtrace_hash_t *dtrace_bymod; /* probes hashed by module */
228 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */
229 static dtrace_hash_t *dtrace_byname; /* probes hashed by name */
7824 static dtrace_hash_t *
7827 dtrace_hash_t *hash = kmem_zalloc(sizeof (dtrace_hash_t), KM_SLEEP); in dtrace_hash_create()
7850 dtrace_hash_destroy(dtrace_hash_t *hash) in dtrace_hash_destroy()
7861 kmem_free(hash, sizeof (dtrace_hash_t)); in dtrace_hash_destroy()
7866 dtrace_hash_resize(dtrace_hash_t *hash) in dtrace_hash_resize()
[all …]