Home
last modified time | relevance | path

Searched refs:reset_waitq (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dmain.c648 wait_event_timeout(cfg->reset_waitq, in cxlflash_wait_for_pci_err_recovery()
956 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET && in cxlflash_remove()
2257 wake_up_all(&cfg->reset_waitq); in cxlflash_async_reset_host()
2489 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); in cxlflash_eh_device_reset_handler()
2534 wake_up_all(&cfg->reset_waitq); in cxlflash_eh_host_reset_handler()
2538 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); in cxlflash_eh_host_reset_handler()
3016 wake_up_all(&cfg->reset_waitq); in num_hwqs_store()
3019 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); in num_hwqs_store()
3720 init_waitqueue_head(&cfg->reset_waitq); in cxlflash_probe()
3749 if (rc && !wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
[all …]
H A Dcommon.h150 wait_queue_head_t reset_waitq; member
H A Dsuperpipe.c114 wake_up_all(&cfg->reset_waitq); in cxlflash_stop_term_user_contexts()
1287 rc = wait_event_interruptible(cfg->reset_waitq, in check_state()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwb_regon_coordinator.c354 wbrc_reset_wait_on_condition(wait_queue_head_t *reset_waitq, uint *var, uint condition) in wbrc_reset_wait_on_condition() argument
361 timeout = wait_event_timeout(*reset_waitq, (*var == condition), timeout); in wbrc_reset_wait_on_condition()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwb_regon_coordinator.c354 wbrc_reset_wait_on_condition(wait_queue_head_t *reset_waitq, uint *var, uint condition) in wbrc_reset_wait_on_condition() argument
361 timeout = wait_event_timeout(*reset_waitq, (*var == condition), timeout); in wbrc_reset_wait_on_condition()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dstex.c336 wait_queue_head_t reset_waitq; member
1242 wake_up_all(&hba->reset_waitq); in stex_handshake()
1372 wake_up_all(&hba->reset_waitq); in stex_yos_reset()
1405 wait_event_timeout(hba->reset_waitq, in stex_do_reset()
1795 init_waitqueue_head(&hba->reset_waitq); in stex_probe()