Searched refs:upcount (Results 1 – 2 of 2) sorted by relevance
694 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()
402 struct upcount { struct403 struct upcount *up_next; argument