Searched refs:dtrace_hash_t (Results 1 – 2 of 2) sorted by relevance
163 } dtrace_hash_t; typedef
282 static dtrace_hash_t *dtrace_bymod; /* probes hashed by module */283 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */284 static dtrace_hash_t *dtrace_byname; /* probes hashed by name */8230 static dtrace_hash_t *8233 dtrace_hash_t *hash = kmem_zalloc(sizeof (dtrace_hash_t), KM_SLEEP);8249 dtrace_hash_destroy(dtrace_hash_t *hash)8260 kmem_free(hash, sizeof (dtrace_hash_t));8264 dtrace_hash_resize(dtrace_hash_t *hash)8295 dtrace_hash_add(dtrace_hash_t *hash, dtrace_probe_t *new)8334 dtrace_hash_lookup(dtrace_hash_t *hash, dtrace_probe_t *template)[all …]