Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1685 static int build_match_list(struct match_list *match_head, in build_match_list() argument
1695 INIT_LIST_HEAD(&match_head->list); in build_match_list()
1708 free_match_list(match_head, ft_locked); in build_match_list()
1712 list_add_tail(&curr_match->list, &match_head->list); in build_match_list()
1718 static u64 matched_fgs_get_version(struct list_head *match_head) in matched_fgs_get_version() argument
1723 list_for_each_entry(iter, match_head, list) in matched_fgs_get_version()
1762 struct list_head *match_head, in try_add_to_existing_fg() argument
1785 version = matched_fgs_get_version(match_head); in try_add_to_existing_fg()
1789 list_for_each_entry(iter, match_head, list) { in try_add_to_existing_fg()
1822 version != matched_fgs_get_version(match_head)) { in try_add_to_existing_fg()
[all …]
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.c178 #define INSERT_STRING(s, str, match_head) \ argument
180 match_head = s->head[s->ins_h], \
183 #define INSERT_STRING(s, str, match_head) \ argument
185 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddeflate.c174 #define INSERT_STRING(s, str, match_head) \ argument
176 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \