Searched refs:ol_rx_thread (Results 1 – 2 of 2) sorted by relevance
223 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 …]
97 struct task_struct *ol_rx_thread; member