Searched refs:pthread (Results 1 – 14 of 14) sorted by relevance
220 if (multiple_kthread_on && dev->pthread != NULL) { in kni_release()221 kthread_stop(dev->pthread); in kni_release()222 dev->pthread = NULL; in kni_release()262 kni->pthread = kthread_create(kni_thread_multiple, in kni_run_thread()264 if (IS_ERR(kni->pthread)) { in kni_run_thread()270 kthread_bind(kni->pthread, kni->core_id); in kni_run_thread()271 wake_up_process(kni->pthread); in kni_run_thread()470 if (multiple_kthread_on && dev->pthread != NULL) { in kni_ioctl_release()471 kthread_stop(dev->pthread); in kni_ioctl_release()472 dev->pthread = NULL; in kni_ioctl_release()
51 struct task_struct *pthread; member
635 Multiple pthread638 DPDK usually pins one pthread per core to avoid the overhead of task switching.651 EAL pthread and lcore Affinity687 non-EAL pthread support694 - a non registered non-EAL pthread with a LCORE_ID_ANY,708 * *_cpuset* stores the CPUs bitmap to which the pthread is affinitized.756 - a pthread doing multi-producers enqueues on a given ring must not757 be preempted by another pthread doing a multi-producer enqueue on759 - a pthread doing multi-consumers dequeues on a given ring must not760 be preempted by another pthread doing a multi-consumer dequeue on[all …]
24 LDFLAGS += -pthread
25 LDFLAGS += -pthread
38 LDFLAGS += -pthread
24 LDFLAGS += -pthread -lrt
68 ``no_request_thread``, by default PMD creates a pthread for each KNI interface71 With ``no_request_thread`` option, pthread is not created and control commands
51 * Multi-pthread Support
158 * Added support to use datapath APIs from non-EAL pthread.164 * Added support to use datapath APIs from non-EAL pthread.
151 add_project_link_arguments('-pthread', language: 'c')152 dpdk_extra_ldflags += '-pthread'
166 …acket RX to use DPDK and have an application's higher order functions continue using Linux pthread?
63 additional pthread is launched which will check the link status of each