Home
last modified time | relevance | path

Searched refs:core_info (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/examples/vm_power_manager/
H A Dpower_manager.c43 struct core_info ci;
47 struct core_info *
56 struct core_info *ci; in core_info_init()
81 struct core_info *ci; in power_manager_init()
157 struct core_info *ci; in power_manager_exit()
244 struct core_info *ci; in power_manager_scale_core_med()
H A Dpower_manager.h32 struct core_info { struct
39 struct core_info * argument
H A Doob_monitor_x86.c35 struct core_info *ci; in apply_policy()
144 struct core_info *ci; in add_core_to_monitor()
204 struct core_info *ci; in remove_core_from_monitor()
263 struct core_info *ci; in run_branch_monitor()
H A Dmain.c160 struct core_info *ci; in parse_args()
343 struct core_info *ci; in main()
H A Dchannel_monitor.c366 pcpu_monitor(struct policy *pol, struct core_info *ci, int pcpu, int count) in pcpu_monitor()
398 struct core_info *ci; in get_pcpu_to_control()
H A Dchannel_manager.c563 struct core_info *ci; in add_host_channels()
/f-stack/dpdk/drivers/raw/dpaa2_qdma/
H A Ddpaa2_qdma.c997 struct qdma_per_core_info *core_info; in get_hw_queue() local
1004 core_info = &qdma_core_info[lcore_id]; in get_hw_queue()
1005 num_hw_queues = core_info->num_hw_queues; in get_hw_queue()
1015 core_info->num_hw_queues++; in get_hw_queue()
1020 queue = core_info->hw_queues[0]; in get_hw_queue()
1028 temp = core_info->hw_queues[i]; in get_hw_queue()
1042 struct qdma_per_core_info *core_info; in put_hw_queue() local
1056 core_info = &qdma_core_info[lcore_id]; in put_hw_queue()
1059 if (queue == core_info->hw_queues[i]) in put_hw_queue()
1063 core_info->hw_queues[i] = core_info->hw_queues[i + 1]; in put_hw_queue()
[all …]