Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_event.c379 port_loads[i] = load; in dsw_retrieve_port_loads()
439 int16_t *port_loads, uint16_t num_ports, in dsw_select_emigration_target() argument
444 int16_t source_port_load = port_loads[source_port_id]; in dsw_select_emigration_target()
476 port_loads[port_id], in dsw_select_emigration_target()
498 port_loads[candidate_port_id] += candidate_flow_load; in dsw_select_emigration_target()
499 port_loads[source_port_id] -= candidate_flow_load; in dsw_select_emigration_target()
515 uint16_t num_bursts, int16_t *port_loads) in dsw_select_emigration_targets() argument
527 port_loads, dsw->num_ports, in dsw_select_emigration_targets()
816 int16_t port_loads[dsw->num_ports]; in dsw_port_consider_emigration() local
866 dsw_retrieve_port_loads(dsw, port_loads, in dsw_port_consider_emigration()
[all …]