Home
last modified time | relevance | path

Searched refs:thread_data (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/examples/pipeline/
H A Dthread.c54 struct thread_data { struct
66 static struct thread_data thread_data[RTE_MAX_LCORE]; argument
100 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()
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c459 struct thread_data { struct
464 static struct thread_data thread_slots[MAX_THREAD_DATA_SLOTS]; argument
469 struct thread_data *slot; in kthread_wrapper()
483 struct thread_data *slot; in vchiq_thread_create()
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c66 struct thread_data { struct
78 static struct thread_data thread_data[RTE_MAX_LCORE]; argument
112 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()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c49 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()
H A Drte_eth_softnic_internals.h628 struct softnic_thread_data thread_data[RTE_MAX_LCORE]; member