Home
last modified time | relevance | path

Searched defs:core (Results 1 – 8 of 8) sorted by relevance

/dpdk/examples/vm_power_manager/
H A Doob_monitor_nop.c14 apply_policy(__rte_unused int core) in apply_policy()
20 add_core_to_monitor(__rte_unused int core) in add_core_to_monitor()
26 remove_core_from_monitor(__rte_unused int core) in remove_core_from_monitor()
H A Doob_monitor_x86.c33 apply_policy(int core) in apply_policy()
142 add_core_to_monitor(int core) in add_core_to_monitor()
202 remove_core_from_monitor(int core) in remove_core_from_monitor()
H A Dvm_power_cli.c133 uint8_t core; member
/dpdk/app/graph/
H A Dethdev_rx.c27 rx_map_configure(uint8_t port_id, uint32_t queue, uint32_t core) in rx_map_configure()
59 ethdev_rx_map_add(char *name, uint32_t queue, uint32_t core) in ethdev_rx_map_add()
/dpdk/examples/service_cores/
H A Dmain.c128 uint32_t core = i + core_off; in apply_profile() local
145 uint32_t core = i + core_off; in apply_profile() local
/dpdk/usertools/
H A Dcpu_layout.py18 core = int(fd.read()) global() variable
/dpdk/app/test/
H A Dtest_stack_perf.c37 unsigned int core[2]; in get_two_hyperthreads() local
63 unsigned int core[2]; in get_two_cores() local
/dpdk/drivers/crypto/scheduler/
H A Dscheduler_pmd.c399 unsigned int core = strtoul(token, &rval, 10); in parse_corelist_arg() local