Searched refs:LIST_REPLACE (Results 1 – 4 of 4) sorted by relevance
94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) macro
99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) macro
243 LIST_REPLACE(&old_hdr->head, &new_hdr->head); in debug_realloc()
72 #undef LIST_REPLACE322 #define LIST_REPLACE(elm, elm2, field) do { \ macro