OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtah_hash
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_aggregate.c
482
if (hash->
dtah_hash
== NULL) {
488
if ((hash->
dtah_hash
= malloc(size)) == NULL)
491
bzero(hash->
dtah_hash
, size);
554
for (h = hash->
dtah_hash
[ndx]; h != NULL; h = h->dtahe_next) {
691
if (hash->
dtah_hash
[ndx] != NULL)
692
hash->
dtah_hash
[ndx]->dtahe_prev = h;
694
h->dtahe_next = hash->
dtah_hash
[ndx];
695
hash->
dtah_hash
[ndx] = h;
1207
assert(hash->
dtah_hash
[ndx] == h);
1208
hash->
dtah_hash
[ndx] = h->dtahe_next
[
all
...]
dt_impl.h
191
dt_ahashent_t **
dtah_hash
; /* hash table */
member in struct:dt_ahash
Completed in 19 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026