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

/illumos-gate/usr/src/uts/common/io/
H A Dphysmem.c77 #define PPH_SIZE 8 macro
78 struct physmem_proc_hash *pph[PPH_SIZE];
87 #define PHYSMEM_HASH(procp) ((int)((((uintptr_t)procp) >> 8) & (PPH_SIZE - 1)))
880 for (i = 0; i < PPH_SIZE; i++)

Completed in 58 milliseconds