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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_low_trace.c328 unsigned int seg, vsid, ptegindex, htsize; local
357 if(s4bit) htsize = hash_table_size >> 7; /* Get number of entries in hash table for 64-bit */
358 else htsize = hash_table_size >> 6; /* get number of entries in hash table for 32-bit */
360 ptegindex = llva & (htsize - 1); /* Get the index to the pteg and pca */

Completed in 33 milliseconds