Home
last modified time | relevance | path

Searched refs:MC_SHUTDOWN_EVENT_MASK (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/scheduler/src/
H A Dscheduler_api.c48 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()
H A Dscheduler_core.c367 if (qdf_atomic_test_bit(MC_SHUTDOWN_EVENT_MASK, in scheduler_thread_process_queues()
/wlan-driver/qca-wifi-host-cmn/scheduler/inc/
H A Dscheduler_api.h36 #define MC_SHUTDOWN_EVENT_MASK 0x010 macro