Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/lib/
H A Dchash.c93 struct chash_iter iter = CHASH_ITER_INIT(table, 0); in __chash_table_dump_stats()
169 struct chash_iter iter = CHASH_ITER_INIT(table, 0); in chash_table_dump()
195 struct chash_iter iter = CHASH_ITER_INIT(table, 0); in chash_table_check()
196 struct chash_iter cur = CHASH_ITER_INIT(table, 0); in chash_table_check()
280 struct chash_iter first_redundant = CHASH_ITER_INIT(iter->table, -1); in chash_table_find()
340 CHASH_ITER_INIT(iter->table, cur_hash); in chash_table_find()
399 struct chash_iter iter = CHASH_ITER_INIT(table, hash); in __chash_table_copy_in()
434 struct chash_iter iter = CHASH_ITER_INIT(table, hash); in __chash_table_copy_out()
/dragonfly/sys/dev/drm/amd/include/linux/
H A Dchash.h266 #define CHASH_ITER_INIT(table, s) { \ macro