Home
last modified time | relevance | path

Searched refs:upc_hashsize (Results 1 – 1 of 1) sorted by relevance

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