Searched refs:dtrace_hash_t (Results 1 – 2 of 2) sorted by relevance
155 } dtrace_hash_t; typedef
245 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 */8068 static dtrace_hash_t *8071 dtrace_hash_t *hash = kmem_zalloc(sizeof (dtrace_hash_t), KM_SLEEP);8087 dtrace_hash_destroy(dtrace_hash_t *hash)8098 kmem_free(hash, sizeof (dtrace_hash_t));8102 dtrace_hash_resize(dtrace_hash_t *hash)8133 dtrace_hash_add(dtrace_hash_t *hash, dtrace_probe_t *new)8172 dtrace_hash_lookup(dtrace_hash_t *hash, dtrace_probe_t *template)[all …]