Searched refs:cds_sched_context (Results 1 – 4 of 4) sorted by relevance
460 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() local797 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() local932 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 …]
787 sizeof(cds_sched_context)); in cds_open()
150 } cds_sched_context, *p_cds_sched_context; typedef172 cds_sched_context qdf_sched;
151 p_cds_sched_context cds_sched_context = get_cds_sched_ctxt(); in wlan_hdd_rx_thread_suspend() local154 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()