Searched refs:upc_hash (Results 1 – 1 of 1) sorted by relevance
659 static struct upcount **upc_hash; /* a boot time allocated array */ variable682 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()