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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmem.h46 extern int hash_table_shift; /* size adjustment: bigger if >0, smaller if <0 */
H A Dppc_init.c250 if (!PE_parse_boot_argn("ht_shift", &hash_table_shift, sizeof (hash_table_shift))) /* should we use a non-default hash table size? */
251 hash_table_shift = 0; /* no, use default size */
H A Dpmap.c407 if (hash_table_shift >= 0) /* if positive, make size bigger */
408 hash_table_size <<= hash_table_shift; local
410 hash_table_size >>= (-hash_table_shift);
H A Dppc_vm_init.c67 int hash_table_shift; /* "ht_shift" boot arg, used to scale hash_table_size */ variable

Completed in 14 milliseconds