Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/cpu/mtrr/
Dgeneric.c165 u8 prev_match, curr_match; in mtrr_type_lookup_variable() local
229 curr_match = mtrr_state.var_ranges[i].base_lo & 0xff; in mtrr_type_lookup_variable()
231 prev_match = curr_match; in mtrr_type_lookup_variable()
236 if (check_type_overlap(&prev_match, &curr_match)) in mtrr_type_lookup_variable()
237 return curr_match; in mtrr_type_lookup_variable()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1588 struct match_list *curr_match; in build_match_list() local
1599 curr_match = kmalloc(sizeof(*curr_match), GFP_ATOMIC); in build_match_list()
1600 if (!curr_match) { in build_match_list()
1606 kfree(curr_match); in build_match_list()
1609 curr_match->g = g; in build_match_list()
1610 list_add_tail(&curr_match->list, &match_head->list); in build_match_list()