Home
last modified time | relevance | path

Searched refs:vref_count (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_mid.c78 wait_event_timeout(vha->vref_waitq, !atomic_read(&vha->vref_count), in qla24xx_deallocate_vp_id()
82 if (atomic_read(&vha->vref_count)) { in qla24xx_deallocate_vp_id()
84 "vha->vref_count=%u timeout\n", vha->vref_count.counter); in qla24xx_deallocate_vp_id()
85 vha->vref_count = (atomic_t)ATOMIC_INIT(0); in qla24xx_deallocate_vp_id()
265 atomic_inc(&vha->vref_count); in qla2x00_alert_all_vps()
292 atomic_dec(&vha->vref_count); in qla2x00_alert_all_vps()
415 atomic_inc(&vp->vref_count); in qla2x00_do_dpc_all_vps()
421 atomic_dec(&vp->vref_count); in qla2x00_do_dpc_all_vps()
Dqla_init.c6105 atomic_inc(&vha->vref_count); in qla2x00_update_fcports()
6115 atomic_dec(&vha->vref_count); in qla2x00_update_fcports()
6536 atomic_inc(&vp->vref_count); in qla2x00_abort_isp_cleanup()
6542 atomic_dec(&vp->vref_count); in qla2x00_abort_isp_cleanup()
6556 atomic_inc(&vp->vref_count); in qla2x00_abort_isp_cleanup()
6563 atomic_dec(&vp->vref_count); in qla2x00_abort_isp_cleanup()
6715 atomic_inc(&vp->vref_count); in qla2x00_abort_isp()
6721 atomic_dec(&vp->vref_count); in qla2x00_abort_isp()
8317 atomic_inc(&vp->vref_count); in qla82xx_restart_isp()
8323 atomic_dec(&vp->vref_count); in qla82xx_restart_isp()
Dqla_def.h4369 atomic_t vref_count; member
4454 atomic_inc(&__vha->vref_count); \
4457 atomic_dec(&__vha->vref_count); \
4466 atomic_dec(&__vha->vref_count); \