Searched refs:chash_iter_value (Results 1 – 2 of 2) sorted by relevance
235 memcpy(chash_iter_value(dst), chash_iter_value(src), in chash_iter_relocate()405 memcpy(chash_iter_value(iter), value, in __chash_table_copy_in()423 memcpy(chash_iter_value(iter), value, table->value_size); in __chash_table_copy_in()441 memcpy(value, chash_iter_value(iter), table->value_size); in __chash_table_copy_out()
359 static inline void *chash_iter_value(const struct chash_iter iter) in chash_iter_value() function