Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h449 struct aac_slot *free_io_slot_head; member
H A Daac.c6002 if (softs->free_io_slot_head == NULL) in aac_start_waitq()
6185 while ((slotp = softs->free_io_slot_head) != NULL) { in aac_destroy_fibs()
6187 softs->free_io_slot_head = slotp->next; in aac_destroy_fibs()
6209 softs->free_io_slot_head = NULL; in aac_create_slots()
6217 ASSERT(softs->free_io_slot_head == NULL); in aac_destroy_slots()
6230 if ((slotp = softs->free_io_slot_head) != NULL) { in aac_get_slot()
6231 softs->free_io_slot_head = slotp->next; in aac_get_slot()
6244 slotp->next = softs->free_io_slot_head; in aac_release_slot()
6245 softs->free_io_slot_head = slotp; in aac_release_slot()