Searched refs:__vha (Results 1 – 1 of 1) sorted by relevance
4946 #define QLA_VHA_MARK_BUSY(__vha, __bail) do { \ argument4947 atomic_inc(&__vha->vref_count); \4949 if (__vha->flags.delete_progress) { \4950 atomic_dec(&__vha->vref_count); \4951 wake_up(&__vha->vref_waitq); \4958 #define QLA_VHA_MARK_NOT_BUSY(__vha) do { \ argument4959 atomic_dec(&__vha->vref_count); \4960 wake_up(&__vha->vref_waitq); \