Searched refs:dtrace_hash_t (Results 1 – 2 of 2) sorted by relevance
145 } dtrace_hash_t; typedef
178 static dtrace_hash_t *dtrace_bymod; /* probes hashed by module */179 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */180 static dtrace_hash_t *dtrace_byname; /* probes hashed by name */7554 static dtrace_hash_t *7557 dtrace_hash_t *hash = kmem_zalloc(sizeof (dtrace_hash_t), KM_SLEEP); in dtrace_hash_create()7573 dtrace_hash_destroy(dtrace_hash_t *hash) in dtrace_hash_destroy()7584 kmem_free(hash, sizeof (dtrace_hash_t)); in dtrace_hash_destroy()7588 dtrace_hash_resize(dtrace_hash_t *hash) in dtrace_hash_resize()7619 dtrace_hash_add(dtrace_hash_t *hash, dtrace_probe_t *new) in dtrace_hash_add()7658 dtrace_hash_lookup(dtrace_hash_t *hash, dtrace_probe_t *template) in dtrace_hash_lookup()[all …]