Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dviorand.c57 list_t vio_rdbufs_free; /* Free list */ member
197 while ((rb = list_remove_head(&state->vio_rdbufs_free)) == NULL) in viorand_rbuf_alloc()
219 list_insert_head(&state->vio_rdbufs_free, rb); in viorand_rbuf_free()
262 list_create(&state->vio_rdbufs_free, sizeof (viorand_rdbuf_t), in viorand_alloc_bufs()
267 list_insert_tail(&state->vio_rdbufs_free, in viorand_alloc_bufs()
270 for (viorand_rdbuf_t *rb = list_head(&state->vio_rdbufs_free); in viorand_alloc_bufs()
271 rb != NULL; rb = list_next(&state->vio_rdbufs_free, rb)) { in viorand_alloc_bufs()