Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/lib/
Dchash.c280 struct chash_iter first_redundant = CHASH_ITER_INIT(iter->table, -1); in chash_table_find() local
290 if ((int)first_redundant.slot < 0) in chash_table_find()
292 while (first_redundant.slot != iter->slot) { in chash_table_find()
293 if (!chash_iter_is_valid(first_redundant)) in chash_table_find()
294 chash_iter_set_empty(first_redundant); in chash_table_find()
295 CHASH_ITER_INC(first_redundant); in chash_table_find()
311 else if (first_redundant.slot == -1) in chash_table_find()
312 CHASH_ITER_SET(first_redundant, iter->slot); in chash_table_find()
313 } else if (first_redundant.slot >= 0) { in chash_table_find()
322 first_redundant.slot + 1, in chash_table_find()
[all …]