Searched refs:CHASH_ITER_SET (Results 1 – 2 of 2) sorted by relevance
205 CHASH_ITER_SET(cur, hash); in chash_table_check()312 CHASH_ITER_SET(first_redundant, iter->slot); in chash_table_find()364 CHASH_ITER_SET(first_redundant, first_avail); in chash_table_find()385 CHASH_ITER_SET(*iter, first_avail); in chash_table_find()
276 #define CHASH_ITER_SET(iter, s) \ macro