Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/dma/
Ddebug.c298 int matches = 0, match_lvl, last_lvl = -1; in __hash_bucket_find() local
315 match_lvl = 0; in __hash_bucket_find()
316 entry->size == ref->size ? ++match_lvl : 0; in __hash_bucket_find()
317 entry->type == ref->type ? ++match_lvl : 0; in __hash_bucket_find()
318 entry->direction == ref->direction ? ++match_lvl : 0; in __hash_bucket_find()
319 entry->sg_call_ents == ref->sg_call_ents ? ++match_lvl : 0; in __hash_bucket_find()
321 if (match_lvl == 4) { in __hash_bucket_find()
324 } else if (match_lvl > last_lvl) { in __hash_bucket_find()
329 last_lvl = match_lvl; in __hash_bucket_find()