Home
last modified time | relevance | path

Searched refs:cur_entries (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c325 int cur_entries; in dr_rule_rehash_copy_htbl() local
329 cur_entries = mlx5dr_icm_pool_chunk_size_to_entries(cur_htbl->chunk_size); in dr_rule_rehash_copy_htbl()
331 if (cur_entries < 1) { in dr_rule_rehash_copy_htbl()
336 for (i = 0; i < cur_entries; i++) { in dr_rule_rehash_copy_htbl()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c355 int cur_entries; in dr_rule_rehash_copy_htbl() local
359 cur_entries = mlx5dr_icm_pool_chunk_size_to_entries(cur_htbl->chunk->size); in dr_rule_rehash_copy_htbl()
361 if (cur_entries < 1) { in dr_rule_rehash_copy_htbl()
366 for (i = 0; i < cur_entries; i++) { in dr_rule_rehash_copy_htbl()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmachine.c2454 struct branch_entry *cur_entries = perf_sample__branch_entries(cur); in has_stitched_lbr() local
2483 if ((prev_entries[i].from != cur_entries[j].from) || in has_stitched_lbr()
2484 (prev_entries[i].to != cur_entries[j].to) || in has_stitched_lbr()
2485 (prev_entries[i].flags.value != cur_entries[j].flags.value)) in has_stitched_lbr()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmachine.c2691 struct branch_entry *cur_entries = perf_sample__branch_entries(cur); in has_stitched_lbr() local
2720 if ((prev_entries[i].from != cur_entries[j].from) || in has_stitched_lbr()
2721 (prev_entries[i].to != cur_entries[j].to) || in has_stitched_lbr()
2722 (prev_entries[i].flags.value != cur_entries[j].flags.value)) in has_stitched_lbr()

Completed in 17 milliseconds