Home
last modified time | relevance | path

Searched refs:cds_sched_context (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_sched.c460 if (sizeof(cds_sched_context) != SchedCtxSize) { in cds_sched_open()
464 qdf_mem_zero(pSchedContext, sizeof(cds_sched_context)); in cds_sched_open()
795 p_cds_sched_context cds_sched_context; in cds_resume_rx_thread() local
797 cds_sched_context = get_cds_sched_ctxt(); in cds_resume_rx_thread()
798 if (!cds_sched_context) { in cds_resume_rx_thread()
803 complete(&cds_sched_context->ol_resume_rx_event); in cds_resume_rx_thread()
930 p_cds_sched_context cds_sched_context = get_cds_sched_ctxt(); in cds_get_rx_thread_pending() local
932 if (!cds_sched_context) { in cds_get_rx_thread_pending()
937 spin_lock_bh(&cds_sched_context->ol_rx_queue_lock); in cds_get_rx_thread_pending()
939 if (list_empty(&cds_sched_context->ol_rx_thread_queue)) { in cds_get_rx_thread_pending()
[all …]
H A Dcds_api.c787 sizeof(cds_sched_context)); in cds_open()
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_sched.h150 } cds_sched_context, *p_cds_sched_context; typedef
172 cds_sched_context qdf_sched;
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_power.c151 p_cds_sched_context cds_sched_context = get_cds_sched_ctxt(); in wlan_hdd_rx_thread_suspend() local
154 if (!cds_sched_context) in wlan_hdd_rx_thread_suspend()
158 set_bit(RX_SUSPEND_EVENT, &cds_sched_context->ol_rx_event_flag); in wlan_hdd_rx_thread_suspend()
159 wake_up_interruptible(&cds_sched_context->ol_rx_wait_queue); in wlan_hdd_rx_thread_suspend()
160 rc = wait_for_completion_timeout(&cds_sched_context-> in wlan_hdd_rx_thread_suspend()
167 &cds_sched_context->ol_rx_event_flag); in wlan_hdd_rx_thread_suspend()