Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_sched.c223 cds_set_cpus_allowed_ptr_with_mask(pSchedContext->ol_rx_thread, in cds_sched_find_attach_cpu()
262 if (!pschedcontext || !pschedcontext->ol_rx_thread) in cds_sched_handle_rx_thread_affinity_req()
305 cds_set_cpus_allowed_ptr_with_mask(pschedcontext->ol_rx_thread, in cds_sched_handle_rx_thread_affinity_req()
375 if (!pSchedContext || !pSchedContext->ol_rx_thread) in __cds_cpu_hotplug_notify()
414 if (pSchedContext->ol_rx_thread && in __cds_cpu_hotplug_notify()
415 !cds_set_cpus_allowed_ptr_with_cpu(pSchedContext->ol_rx_thread, in __cds_cpu_hotplug_notify()
493 pSchedContext->ol_rx_thread = kthread_create(cds_ol_rx_thread, in cds_sched_open()
496 if (IS_ERR(pSchedContext->ol_rx_thread)) { in cds_sched_open()
502 wake_up_process(pSchedContext->ol_rx_thread); in cds_sched_open()
625 if (!gp_cds_sched_context->ol_rx_thread) in cds_close_rx_thread()
[all …]
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_sched.h97 struct task_struct *ol_rx_thread; member