Searched refs:dtrace_dynhash_t (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_impl.h791 } dtrace_dynhash_t; typedef in typeref:struct:dtrace_dynhash
820 dtrace_dynhash_t *dtds_hash; /* pointer to hash table */
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c861 (dstate->dtds_hashsize * sizeof (dtrace_dynhash_t));
1589 dtrace_dynhash_t *hash = dstate->dtds_hash;
13460 if (size < (min_size = dstate->dtds_chunksize + sizeof (dtrace_dynhash_t)))
13471 hashsize = size / (dstate->dtds_chunksize + sizeof (dtrace_dynhash_t));
13497 ((uintptr_t)base + hashsize * sizeof (dtrace_dynhash_t));

Completed in 73 milliseconds