Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbitset.c74 ulong_t *bset_new, *bset_tmp; in bitset_resize() local
85 bset_new = kmem_zalloc(nwords * sizeof (ulong_t), KM_SLEEP); in bitset_resize()
87 bcopy(b->bs_set, bset_new, in bitset_resize()
90 bset_new = NULL; in bitset_resize()
95 b->bs_set = bset_new; in bitset_resize()