Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1528 static int build_match_list(struct match_list_head *match_head, in build_match_list() argument
1537 INIT_LIST_HEAD(&match_head->list); in build_match_list()
1544 if (likely(list_empty(&match_head->list))) { in build_match_list()
1547 match_head->first.g = g; in build_match_list()
1548 list_add_tail(&match_head->first.list, in build_match_list()
1549 &match_head->list); in build_match_list()
1555 free_match_list(match_head); in build_match_list()
1564 list_add_tail(&curr_match->list, &match_head->list); in build_match_list()
1571 static u64 matched_fgs_get_version(struct list_head *match_head) in matched_fgs_get_version() argument
1576 list_for_each_entry(iter, match_head, list) in matched_fgs_get_version()
[all …]
/Linux-v4.19/lib/zlib_deflate/
Ddeflate.c153 #define INSERT_STRING(s, str, match_head) \ argument
155 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \