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

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c660 static struct upcount **upc_hash; /* a boot time allocated array */ variable in typeref:struct:upcount
683 upc_hash = kmem_zalloc(upc_hashsize * sizeof (struct upcount *),
698 hupc = &upc_hash[UPC_HASH(uid, zoneid)];
757 upc = &upc_hash[UPC_HASH(uid, zoneid)];
784 upc = upc_hash[UPC_HASH(uid, zoneid)];

Completed in 267 milliseconds