Searched refs:match_lvl (Results 1 – 1 of 1) sorted by relevance
280 int matches = 0, match_lvl, last_lvl = -1; in __hash_bucket_find() local297 match_lvl = 0; in __hash_bucket_find()298 entry->size == ref->size ? ++match_lvl : 0; in __hash_bucket_find()299 entry->type == ref->type ? ++match_lvl : 0; in __hash_bucket_find()300 entry->direction == ref->direction ? ++match_lvl : 0; in __hash_bucket_find()301 entry->sg_call_ents == ref->sg_call_ents ? ++match_lvl : 0; in __hash_bucket_find()303 if (match_lvl == 4) { in __hash_bucket_find()306 } else if (match_lvl > last_lvl) { in __hash_bucket_find()311 last_lvl = match_lvl; in __hash_bucket_find()