Searched refs:__vha (Results 1 – 1 of 1) sorted by relevance
5139 #define QLA_VHA_MARK_BUSY(__vha, __bail) do { \ argument5140 atomic_inc(&__vha->vref_count); \5142 if (__vha->flags.delete_progress) { \5143 atomic_dec(&__vha->vref_count); \5144 wake_up(&__vha->vref_waitq); \5151 #define QLA_VHA_MARK_NOT_BUSY(__vha) do { \ argument5152 atomic_dec(&__vha->vref_count); \5153 wake_up(&__vha->vref_waitq); \