Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/aac/
H A Daac.h449 struct aac_slot *free_io_slot_head; member
H A Daac.c5996 if (softs->free_io_slot_head == NULL) in aac_start_waitq()
6179 while ((slotp = softs->free_io_slot_head) != NULL) { in aac_destroy_fibs()
6181 softs->free_io_slot_head = slotp->next; in aac_destroy_fibs()
6203 softs->free_io_slot_head = NULL; in aac_create_slots()
6211 ASSERT(softs->free_io_slot_head == NULL); in aac_destroy_slots()
6224 if ((slotp = softs->free_io_slot_head) != NULL) { in aac_get_slot()
6225 softs->free_io_slot_head = slotp->next; in aac_get_slot()
6238 slotp->next = softs->free_io_slot_head; in aac_release_slot()
6239 softs->free_io_slot_head = slotp; in aac_release_slot()