Home
last modified time | relevance | path

Searched refs:get_pcpu (Results 1 – 3 of 3) sorted by relevance

/dpdk/examples/vm_power_manager/
H A Dchannel_manager.h121 uint16_t get_pcpu(struct channel_info *chan_info, unsigned int vcpu);
H A Dchannel_manager.c190 get_pcpu(struct channel_info *chan_info, unsigned int vcpu) in get_pcpu() function
H A Dchannel_monitor.c838 core_num = get_pcpu(chan_info, pkt->resource_id); in process_request()