| /dpdk/lib/eal/include/ |
| H A D | rte_lcore.h | 423 rte_ctrl_thread_create(pthread_t *thread, const char *name,
|
| /dpdk/drivers/event/dlb2/pf/base/ |
| H A D | dlb2_osdep.h | 202 ret = rte_ctrl_thread_create(&complete_queue_map_unmap_thread, in os_schedule_work()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_timer.c | 173 ret = rte_ctrl_thread_create(&msb_inc_thread_id, "hpet-msb-inc", NULL, in rte_eal_hpet_init()
|
| H A D | eal_interrupts.c | 1191 ret = rte_ctrl_thread_create(&intr_thread, "eal-intr-thread", NULL, in rte_eal_intr_init()
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_interrupts.c | 101 ret = rte_ctrl_thread_create(&intr_thread, "eal-intr-thread", NULL, in rte_eal_intr_init()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_thread.c | 270 rte_ctrl_thread_create(pthread_t *thread, const char *name, in rte_ctrl_thread_create() function
|
| H A D | eal_common_proc.c | 637 if (rte_ctrl_thread_create(&mp_handle_tid, "rte_mp_handle", in rte_mp_channel_init()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_platform.h | 126 #define plt_ctrl_thread_create rte_ctrl_thread_create
|
| /dpdk/lib/eal/ |
| H A D | version.map | 24 rte_ctrl_thread_create;
|
| /dpdk/app/test/ |
| H A D | test_lcores.c | 364 if (rte_ctrl_thread_create(&t->id, "test_ctrl_threads", in test_ctrl_thread()
|
| /dpdk/lib/vhost/ |
| H A D | socket.c | 506 ret = rte_ctrl_thread_create(&reconn_tid, "vhost_reconn", NULL, in vhost_user_reconnect_init() 1123 int ret = rte_ctrl_thread_create(&fdset_tid, in rte_vhost_driver_start()
|
| /dpdk/drivers/net/kni/ |
| H A D | rte_eth_kni.c | 165 ret = rte_ctrl_thread_create(&internals->thread, in eth_kni_dev_start()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf_parent.c | 179 ret = rte_ctrl_thread_create(&thread, name, NULL, in start_vsi_reset_thread()
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal_interrupts.c | 640 ret = rte_ctrl_thread_create(&intr_thread, "eal-intr-thread", NULL, in rte_eal_intr_init()
|
| /dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 502 ret = rte_ctrl_thread_create(&internal->tid, name, NULL, notify_relay, in setup_notify_relay() 807 ret = rte_ctrl_thread_create(&internal->tid, name, NULL, vring_relay, in setup_vring_relay()
|
| /dpdk/drivers/dma/skeleton/ |
| H A D | skeleton_dmadev.c | 128 ret = rte_ctrl_thread_create(&hw->thread, "dma_skeleton", NULL, in skeldma_start()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mae_counter.c | 662 rc = rte_ctrl_thread_create(&sa->mae.counter_registry.polling.thread.id, in sfc_mae_counter_thread_spawn()
|
| /dpdk/examples/vhost_blk/ |
| H A D | vhost_blk.c | 688 if (rte_ctrl_thread_create(&tid, "vhostblk-ctrlr", NULL, in new_device()
|
| /dpdk/examples/kni/ |
| H A D | main.c | 1108 ret = rte_ctrl_thread_create(&kni_link_tid, in main()
|
| /dpdk/drivers/net/ark/ |
| H A D | ark_ethdev.c | 621 if (rte_ctrl_thread_create(&thread, tname, NULL, in eth_ark_dev_start()
|
| /dpdk/drivers/raw/ifpga/ |
| H A D | ifpga_rawdev.c | 544 ret = rte_ctrl_thread_create(&ifpga_monitor_start_thread, in ifpga_monitor_start_func()
|
| /dpdk/examples/vhost/ |
| H A D | main.c | 1865 ret = rte_ctrl_thread_create(&tid, "print-stats", NULL, in main()
|
| /dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_representor.c | 2598 ret = rte_ctrl_thread_create(&ipn3ke_rpst_scan_thread, in ipn3ke_rpst_scan_check()
|
| /dpdk/lib/eventdev/ |
| H A D | rte_event_eth_rx_adapter.c | 1571 err = rte_ctrl_thread_create(&rx_adapter->rx_intr_thread, thread_name, in rxa_create_intr_thread()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 717 ``rte_ctrl_thread_create()``.
|