Home
last modified time | relevance | path

Searched refs:ol_rx_shutdown (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_sched.c471 init_completion(&pSchedContext->ol_rx_shutdown); in cds_sched_open()
632 wait_for_completion(&gp_cds_sched_context->ol_rx_shutdown); in cds_close_rx_thread()
788 kthread_complete_and_exit(&pSchedContext->ol_rx_shutdown, 0); in cds_ol_rx_thread()
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_sched.h109 struct completion ol_rx_shutdown; member