Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmetricgroup.c794 bool *has_match; member
1130 *(d->has_match) = true; in metricgroup__add_metric_sys_event_iter()
1192 bool has_match; member
1206 data->has_match = true; in metricgroup__add_metric_callback()
1240 bool has_match = false; in metricgroup__add_metric() local
1252 .has_match = false, in metricgroup__add_metric()
1263 has_match = data.has_match; in metricgroup__add_metric()
1276 .has_match = &has_match, in metricgroup__add_metric()
1285 if (!has_match) in metricgroup__add_metric()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_send.c1091 bool has_match = send_wqe_match_data || send_wqe_match_tag; in hws_send_wqe_fw() local
1113 if (has_match) { in hws_send_wqe_fw()