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.c694 static struct upcount **upc_hash; /* a boot time allocated array */
717 upc_hash = kmem_zalloc(upc_hashsize * sizeof (struct upcount *), in upcount_init()
727 struct upcount **upc, **hupc; in upcount_inc()
728 struct upcount *new; in upcount_inc()
755 new = (struct upcount *)kmem_alloc(sizeof (*new), KM_NOSLEEP); in upcount_inc()
758 new = (struct upcount *)kmem_alloc(sizeof (*new), in upcount_inc()
786 struct upcount **upc; in upcount_dec()
787 struct upcount *done; in upcount_dec()
814 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