Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c659 static struct upcount **upc_hash; /* a boot time allocated array */
682 upc_hash = kmem_zalloc(upc_hashsize * sizeof (struct upcount *), in upcount_init()
692 struct upcount **upc, **hupc; in upcount_inc()
693 struct upcount *new; in upcount_inc()
720 new = (struct upcount *)kmem_alloc(sizeof (*new), KM_NOSLEEP); in upcount_inc()
723 new = (struct upcount *)kmem_alloc(sizeof (*new), in upcount_inc()
751 struct upcount **upc; in upcount_dec()
752 struct upcount *done; in upcount_dec()
779 struct upcount *upc; in upcount_get()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h402 struct upcount { struct
403 struct upcount *up_next; argument