Searched refs:ivace_elem (Results 1 – 1 of 1) sorted by relevance
459 #define ivace_reset_data(ivace_elem, next_index) { \ argument460 (ivace_elem)->ivace_value = 0xDEADC0DEDEADC0DE; \461 (ivace_elem)->ivace_refs = 0; \462 (ivace_elem)->ivace_persist = 0; \463 (ivace_elem)->ivace_made = 0; \464 (ivace_elem)->ivace_free = TRUE; \465 (ivace_elem)->ivace_releasing = FALSE; \466 (ivace_elem)->ivace_layered = 0; \467 (ivace_elem)->ivace_index = IV_HASH_END; \468 (ivace_elem)->ivace_next = (next_index); \