Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c659 static struct upcount **upc_hash; /* a boot time allocated array */ variable
682 upc_hash = kmem_zalloc(upc_hashsize * sizeof (struct upcount *), in upcount_init()
697 hupc = &upc_hash[UPC_HASH(uid, zoneid)]; in upcount_inc()
756 upc = &upc_hash[UPC_HASH(uid, zoneid)]; in upcount_dec()
783 upc = upc_hash[UPC_HASH(uid, zoneid)]; in upcount_get()