Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/cxlflash/
Dcommon.h146 wait_queue_head_t tmf_waitq; member
Dmain.c178 wake_up_all_locked(&cfg->tmf_waitq); in cmd_complete()
215 wake_up_all_locked(&cfg->tmf_waitq); in flush_pending_cmds()
484 wait_event_interruptible_lock_irq(cfg->tmf_waitq, in send_tmf()
513 to = wait_event_interruptible_lock_irq_timeout(cfg->tmf_waitq, in send_tmf()
960 wait_event_interruptible_lock_irq(cfg->tmf_waitq, in cxlflash_remove()
3700 init_waitqueue_head(&cfg->tmf_waitq); in cxlflash_probe()