Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c1760 static int build_match_list(struct match_list *match_head, in build_match_list() argument
1770 INIT_LIST_HEAD(&match_head->list); in build_match_list()
1787 free_match_list(match_head, ft_locked); in build_match_list()
1791 list_add_tail(&curr_match->list, &match_head->list); in build_match_list()
1797 static u64 matched_fgs_get_version(struct list_head *match_head) in matched_fgs_get_version() argument
1802 list_for_each_entry(iter, match_head, list) in matched_fgs_get_version()
1844 struct list_head *match_head, in try_add_to_existing_fg() argument
1867 version = matched_fgs_get_version(match_head); in try_add_to_existing_fg()
1871 list_for_each_entry(iter, match_head, list) { in try_add_to_existing_fg()
1904 version != matched_fgs_get_version(match_head)) { in try_add_to_existing_fg()
[all …]
/freebsd/tests/sys/netpfil/pf/
H A Daltq.sh46 match_head() function
H A Dkillstate.sh378 match_head() function
/freebsd/sys/contrib/zlib/
H A Ddeflate.c155 #define INSERT_STRING(s, str, match_head) \ argument
157 match_head = s->head[s->ins_h], \
160 #define INSERT_STRING(s, str, match_head) \ argument
162 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
H A DChangeLog986 - Invert the assignment order of match_head and s->prev[...] in