Searched refs:MAL_COMMAC_POLL_DISABLED (Results 1 – 2 of 2) sorted by relevance
178 set_bit(MAL_COMMAC_POLL_DISABLED, &commac->flags); in mal_poll_add()372 while (test_and_set_bit(MAL_COMMAC_POLL_DISABLED, &commac->flags)) in mal_poll_disable()382 clear_bit(MAL_COMMAC_POLL_DISABLED, &commac->flags); in mal_poll_enable()417 if (unlikely(test_bit(MAL_COMMAC_POLL_DISABLED, &mc->flags))) in mal_poll()438 if (unlikely(test_bit(MAL_COMMAC_POLL_DISABLED, &mc->flags))) in mal_poll()
176 #define MAL_COMMAC_POLL_DISABLED 1 macro