Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
Dwlan_pkt_capture_mon_thread.c36 #define kthread_complete_and_exit(c, s) complete_and_exit(c, s) macro
342 kthread_complete_and_exit(&mon_ctx->mon_shutdown, 0); in pkt_capture_mon_thread()
/wlan-driver/qcacld-3.0/core/cds/src/
Dcds_sched.c53 #define kthread_complete_and_exit(c, s) complete_and_exit(c, s) macro
788 kthread_complete_and_exit(&pSchedContext->ol_rx_shutdown, 0); in cds_ol_rx_thread()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
Dmailbox.c54 #define kthread_complete_and_exit(c, s) complete_and_exit(c, s) macro
1881 kthread_complete_and_exit(&device->async_completion, 0); in async_task()
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
Dwlan_logging_sock_svc.c79 #define kthread_complete_and_exit(c, s) complete_and_exit(c, s) macro
1010 kthread_complete_and_exit(&gwlan_logging.shutdown_comp, 0); in wlan_logging_thread()