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

/macosx-10.5.8/xnu-1228.15.4/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 */
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c1222 dtrace_dynhash_t *hash = dstate->dtds_hash;
11914 if (size < (min_size = dstate->dtds_chunksize + sizeof (dtrace_dynhash_t)))
11925 hashsize = size / (dstate->dtds_chunksize + sizeof (dtrace_dynhash_t));
11951 ((uintptr_t)base + hashsize * sizeof (dtrace_dynhash_t));

Completed in 25 milliseconds