Searched refs:vref_count (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_mid.c74 while (atomic_read(&vha->vref_count)) {
240 atomic_inc(&vha->vref_count);
260 atomic_dec(&vha->vref_count);
377 atomic_inc(&vp->vref_count);
383 atomic_dec(&vp->vref_count);
H A Dqla_init.c3781 atomic_inc(&vha->vref_count);
3792 atomic_dec(&vha->vref_count);
3863 atomic_inc(&vp->vref_count);
3869 atomic_dec(&vp->vref_count);
3883 atomic_inc(&vp->vref_count);
3890 atomic_dec(&vp->vref_count);
4032 atomic_inc(&vp->vref_count);
4038 atomic_dec(&vp->vref_count);
5351 atomic_inc(&vp->vref_count);
5357 atomic_dec(&vp->vref_count);
[all...]
H A Dqla_def.h2983 atomic_t vref_count; member in struct:scsi_qla_host
2995 atomic_inc(&__vha->vref_count); \
2998 atomic_dec(&__vha->vref_count); \
3006 atomic_dec(&__vha->vref_count); \
H A Dqla_attr.c1823 BUG_ON(atomic_read(&vha->vref_count));

Completed in 175 milliseconds