Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/cxlflash/
Dcommon.h146 wait_queue_head_t tmf_waitq; member
Dmain.c183 wake_up_all_locked(&cfg->tmf_waitq); in cmd_complete()
220 wake_up_all_locked(&cfg->tmf_waitq); in flush_pending_cmds()
489 wait_event_interruptible_lock_irq(cfg->tmf_waitq, in send_tmf()
518 to = wait_event_interruptible_lock_irq_timeout(cfg->tmf_waitq, in send_tmf()
965 wait_event_interruptible_lock_irq(cfg->tmf_waitq, in cxlflash_remove()
3724 init_waitqueue_head(&cfg->tmf_waitq); in cxlflash_probe()