Searched refs:io_inuse (Results 1 – 2 of 2) sorted by relevance
271 INIT_LIST_HEAD(&hw->io_inuse); in efct_hw_setup()936 while ((!list_empty(&hw->io_inuse))) { in efct_hw_init()938 temp = list_first_entry(&hw->io_inuse, struct efct_hw_io, in efct_hw_init()1588 list_add_tail(&io->list_entry, &hw->io_inuse); in _efct_hw_io_alloc()1665 if (!list_empty(&io->list_entry) && !list_empty(&hw->io_inuse)) { in efct_hw_io_free_internal()1841 &hw->io_inuse, list_entry) { in efct_hw_io_abort_all()
438 struct list_head io_inuse; member