Searched refs:ivace_elem (Results 1 – 1 of 1) sorted by relevance
443 #define ivace_reset_data(ivace_elem, next_index) { \ argument444 (ivace_elem)->ivace_value = 0xDEADC0DEDEADC0DE; \445 (ivace_elem)->ivace_refs = 0; \446 (ivace_elem)->ivace_persist = 0; \447 (ivace_elem)->ivace_made = 0; \448 (ivace_elem)->ivace_free = TRUE; \449 (ivace_elem)->ivace_releasing = FALSE; \450 (ivace_elem)->ivace_layered = 0; \451 (ivace_elem)->ivace_index = IV_HASH_END; \452 (ivace_elem)->ivace_next = (next_index); \