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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c355 int cur_entries; local
359 cur_entries = mlx5dr_icm_pool_chunk_size_to_entries(cur_htbl->chunk->size);
361 if (cur_entries < 1) {
366 for (i = 0; i < cur_entries; i++) {
/linux-master/tools/perf/util/
H A Dmachine.c2517 struct branch_entry *cur_entries = perf_sample__branch_entries(cur); local
2546 if ((prev_entries[i].from != cur_entries[j].from) ||
2547 (prev_entries[i].to != cur_entries[j].to) ||
2548 (prev_entries[i].flags.value != cur_entries[j].flags.value))

Completed in 97 milliseconds