Home
last modified time | relevance | path

Searched refs:io_wait_free (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_hw.h440 struct list_head io_wait_free; member
H A Defct_hw.c273 INIT_LIST_HEAD(&hw->io_wait_free); in efct_hw_setup()
925 while ((!list_empty(&hw->io_wait_free))) { in efct_hw_init()
927 temp = list_first_entry(&hw->io_wait_free, struct efct_hw_io, in efct_hw_init()
932 efc_log_debug(hw->os, "rmvd %d items from io_wait_free list\n", in efct_hw_init()
1633 list_add_tail(&io->list_entry, &hw->io_wait_free); in efct_hw_io_free_move_correct_list()

Completed in 6 milliseconds