Searched refs:MC_SHUTDOWN_EVENT_MASK (Results 1 – 3 of 3) sorted by relevance
48 qdf_atomic_set_bit(MC_SHUTDOWN_EVENT_MASK, &sched_ctx->sch_event_flag); in scheduler_disable()89 if (qdf_atomic_test_bit(MC_SHUTDOWN_EVENT_MASK, &sched->sch_event_flag)) in scheduler_watchdog_timeout()107 qdf_atomic_clear_bit(MC_SHUTDOWN_EVENT_MASK, in scheduler_enable()
367 if (qdf_atomic_test_bit(MC_SHUTDOWN_EVENT_MASK, in scheduler_thread_process_queues()
36 #define MC_SHUTDOWN_EVENT_MASK 0x010 macro