Searched refs:match_idx (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | ematch.c | 501 int stackp = 0, match_idx = 0, res = 0; in __tcf_em_tree_match() local 506 while (match_idx < tree->hdr.nmatches) { in __tcf_em_tree_match() 507 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match() 513 stack[stackp++] = match_idx; in __tcf_em_tree_match() 514 match_idx = cur_match->data; in __tcf_em_tree_match() 523 match_idx++; in __tcf_em_tree_match() 528 match_idx = stack[--stackp]; in __tcf_em_tree_match() 529 cur_match = tcf_em_get_match(tree, match_idx); in __tcf_em_tree_match() 537 match_idx++; in __tcf_em_tree_match()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_debug.c | 609 int i = 0, match_idx = 0; in dhd_dbg_custom_evnt_handler() local 665 match_idx = i; in dhd_dbg_custom_evnt_handler() 678 DHD_DBGIF(("%s : event (%s)\n", __FUNCTION__, event_map[match_idx].desc)); in dhd_dbg_custom_evnt_handler() 687 event_data->event = event_map[match_idx].host_id; in dhd_dbg_custom_evnt_handler()
|