Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/cxlflash/
Dcommon.h124 wait_queue_head_t tmf_waitq; member
Dmain.c249 wake_up_all_locked(&cfg->tmf_waitq); in cmd_complete()
428 wait_event_interruptible_lock_irq(cfg->tmf_waitq, in send_tmf()
462 to = wait_event_interruptible_lock_irq_timeout(cfg->tmf_waitq, in send_tmf()
720 wait_event_interruptible_lock_irq(cfg->tmf_waitq, in cxlflash_remove()
2407 init_waitqueue_head(&cfg->tmf_waitq); in cxlflash_probe()