Searched refs:vio_rdbufs_free (Results 1 – 1 of 1) sorted by relevance
57 list_t vio_rdbufs_free; /* Free list */ member197 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()