Searched refs:MAL_COMMAC_POLL_DISABLED (Results 1 – 2 of 2) sorted by relevance
180 set_bit(MAL_COMMAC_POLL_DISABLED, &commac->flags); in mal_poll_add() 374 while (test_and_set_bit(MAL_COMMAC_POLL_DISABLED, &commac->flags)) in mal_poll_disable() 384 clear_bit(MAL_COMMAC_POLL_DISABLED, &commac->flags); in mal_poll_enable() 419 if (unlikely(test_bit(MAL_COMMAC_POLL_DISABLED, &mc->flags))) in mal_poll() 440 if (unlikely(test_bit(MAL_COMMAC_POLL_DISABLED, &mc->flags))) in mal_poll()
176 #define MAL_COMMAC_POLL_DISABLED 1 macro