Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_sched.c467 init_waitqueue_head(&pSchedContext->ol_rx_wait_queue); in cds_sched_open()
613 wake_up_interruptible(&pSchedContext->ol_rx_wait_queue); in cds_indicate_rxpkt()
631 wake_up_interruptible(&gp_cds_sched_context->ol_rx_wait_queue); in cds_close_rx_thread()
744 wait_event_interruptible(pSchedContext->ol_rx_wait_queue, in cds_ol_rx_thread()
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_sched.h112 wait_queue_head_t ol_rx_wait_queue; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_power.c159 wake_up_interruptible(&cds_sched_context->ol_rx_wait_queue); in wlan_hdd_rx_thread_suspend()