Searched refs:match_idx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | ematch.c | 503 int stackp = 0, match_idx = 0, res = 0; in __tcf_em_tree_match() local 508 while (match_idx < tree->hdr.nmatches) { in __tcf_em_tree_match() 509 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match() 515 stack[stackp++] = match_idx; in __tcf_em_tree_match() 516 match_idx = cur_match->data; in __tcf_em_tree_match() 525 match_idx++; in __tcf_em_tree_match() 530 match_idx = stack[--stackp]; in __tcf_em_tree_match() 531 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match() 539 match_idx++; in __tcf_em_tree_match()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | ematch.c | 503 int stackp = 0, match_idx = 0, res = 0; in __tcf_em_tree_match() local 508 while (match_idx < tree->hdr.nmatches) { in __tcf_em_tree_match() 509 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match() 515 stack[stackp++] = match_idx; in __tcf_em_tree_match() 516 match_idx = cur_match->data; in __tcf_em_tree_match() 525 match_idx++; in __tcf_em_tree_match() 530 match_idx = stack[--stackp]; in __tcf_em_tree_match() 531 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match() 539 match_idx++; in __tcf_em_tree_match()
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | core.c | 1018 static int match_idx(struct device *d, const void *data) in match_idx() function 1030 d = class_find_device(&nfc_class, NULL, &idx, match_idx); in nfc_get_device()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | core.c | 1024 static int match_idx(struct device *d, const void *data) in match_idx() function 1036 d = class_find_device(&nfc_class, NULL, &idx, match_idx); in nfc_get_device()
|
Completed in 4 milliseconds