Searched refs:thread_data (Results 1 – 5 of 5) sorted by relevance
54 struct thread_data { struct66 static struct thread_data thread_data[RTE_MAX_LCORE]; argument100 struct thread_data *t_data = &thread_data[i]; in thread_init()245 struct thread_data *td = &thread_data[thread_id]; in thread_pipeline_enable()324 struct thread_data *td = &thread_data[thread_id]; in thread_pipeline_disable()410 thread_msg_handle_pipeline_enable(struct thread_data *t, in thread_msg_handle_pipeline_enable()437 thread_msg_handle_pipeline_disable(struct thread_data *t, in thread_msg_handle_pipeline_disable()474 thread_msg_handle(struct thread_data *t) in thread_msg_handle()508 struct thread_data *t; in thread_main()512 t = &thread_data[thread_id]; in thread_main()
459 struct thread_data { struct464 static struct thread_data thread_slots[MAX_THREAD_DATA_SLOTS]; argument469 struct thread_data *slot; in kthread_wrapper()483 struct thread_data *slot; in vchiq_thread_create()
66 struct thread_data { struct78 static struct thread_data thread_data[RTE_MAX_LCORE]; argument112 struct thread_data *t_data = &thread_data[i]; in thread_init()281 struct thread_data *td = &thread_data[thread_id]; in thread_pipeline_enable()371 struct thread_data *td = &thread_data[thread_id]; in thread_pipeline_disable()457 thread_msg_handle_pipeline_enable(struct thread_data *t, in thread_msg_handle_pipeline_enable()493 thread_msg_handle_pipeline_disable(struct thread_data *t, in thread_msg_handle_pipeline_disable()530 thread_msg_handle(struct thread_data *t) in thread_msg_handle()3088 struct thread_data *t; in thread_main()3092 t = &thread_data[thread_id]; in thread_main()
49 struct softnic_thread_data *t_data = &softnic->thread_data[i]; in softnic_thread_init()318 struct softnic_thread_data *td = &softnic->thread_data[thread_id]; in softnic_thread_pipeline_enable()400 struct softnic_thread_data *td = &softnic->thread_data[thread_id]; in softnic_thread_pipeline_disable()3001 t = &softnic->thread_data[thread_id]; in rte_pmd_softnic_run_internal()
628 struct softnic_thread_data thread_data[RTE_MAX_LCORE]; member