Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/memstick/core/
Dms_block.h160 bool io_queue_stopped; member
Dms_block.c2012 WARN_ON(!msb->io_queue_stopped); in msb_queue_rq()
2027 if (!msb->io_queue_stopped) in msb_queue_rq()
2049 msb->io_queue_stopped = true; in msb_stop()
2073 if (!msb->io_queue_stopped || msb->card_dead) { in msb_start()
2081 msb->io_queue_stopped = false; in msb_start()
2204 if (!msb->io_queue_stopped) in msb_remove()