Home
last modified time | relevance | path

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

/dpdk/drivers/event/dsw/
H A Ddsw_event.c453 int16_t candidate_flow_load = -1; in dsw_select_emigration_target() local
488 candidate_flow_load = flow_load; in dsw_select_emigration_target()
500 DSW_LOAD_TO_PERCENT(candidate_flow_load), in dsw_select_emigration_target()
503 port_loads[candidate_port_id] += candidate_flow_load; in dsw_select_emigration_target()
504 port_loads[source_port_id] -= candidate_flow_load; in dsw_select_emigration_target()
511 candidate_flow_load, __ATOMIC_RELAXED); in dsw_select_emigration_target()