Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1739 static int build_match_list(struct match_list *match_head, in build_match_list() argument
1750 INIT_LIST_HEAD(&match_head->list); in build_match_list()
1766 free_match_list(match_head, ft_locked); in build_match_list()
1770 list_add_tail(&curr_match->list, &match_head->list); in build_match_list()
1776 static u64 matched_fgs_get_version(struct list_head *match_head) in matched_fgs_get_version() argument
1781 list_for_each_entry(iter, match_head, list) in matched_fgs_get_version()
1820 struct list_head *match_head, in try_add_to_existing_fg() argument
1843 version = matched_fgs_get_version(match_head); in try_add_to_existing_fg()
1847 list_for_each_entry(iter, match_head, list) { in try_add_to_existing_fg()
1880 version != matched_fgs_get_version(match_head)) { in try_add_to_existing_fg()
[all …]
/linux-5.19.10/lib/zlib_deflate/
Ddeflate.c174 #define INSERT_STRING(s, str, match_head) \ argument
176 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \