Searched refs:__vha (Results 1 – 1 of 1) sorted by relevance
5122 #define QLA_VHA_MARK_BUSY(__vha, __bail) do { \ argument5123 atomic_inc(&__vha->vref_count); \5125 if (__vha->flags.delete_progress) { \5126 atomic_dec(&__vha->vref_count); \5127 wake_up(&__vha->vref_waitq); \5134 #define QLA_VHA_MARK_NOT_BUSY(__vha) do { \ argument5135 atomic_dec(&__vha->vref_count); \5136 wake_up(&__vha->vref_waitq); \