Searched defs:upc_hashsize (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c670 ulong_t upc_hashsize; local
681 upc_hashsize = (1 << highbit(physmem >> (20 - PAGESHIFT)));
682 upc_hashmask = upc_hashsize - 1;
683 upc_hash = kmem_zalloc(upc_hashsize * sizeof (struct upcount *),

Completed in 59 milliseconds