Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dsamples.py72 def add_value(self, name, value): member in MemSample
102 def add_value(self, name, value): member in DiskSpaceSample
H A Dparsing.py507 sample.add_value(name, int(value))
531 sample.add_value(match.group(1), int(match.group(2)))
553 sample.add_value(match.group(1), int(match.group(2)))
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dmlx5_ifc_dr_ste_v1.h79 u8 add_value[0x20]; member
H A Ddr_ste_v1.c1010 MLX5_SET(ste_double_action_add_v1, d_action, add_value, data); in dr_ste_v1_set_action_add()