Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dematch.c502 int stackp = 0, match_idx = 0, res = 0; in __tcf_em_tree_match() local
507 while (match_idx < tree->hdr.nmatches) { in __tcf_em_tree_match()
508 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match()
514 stack[stackp++] = match_idx; in __tcf_em_tree_match()
515 match_idx = cur_match->data; in __tcf_em_tree_match()
524 match_idx++; in __tcf_em_tree_match()
529 match_idx = stack[--stackp]; in __tcf_em_tree_match()
530 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match()
538 match_idx++; in __tcf_em_tree_match()
/linux-4.1.27/net/nfc/
Dcore.c1016 static int match_idx(struct device *d, const void *data) in match_idx() function
1028 d = class_find_device(&nfc_class, NULL, &idx, match_idx); in nfc_get_device()