Searched defs:CHECK_MAGIC (Results 1 – 4 of 4) sorted by relevance
36 #define CHECK_MAGIC(element, value) assert((element)->magic == (value)) macro39 #define CHECK_MAGIC(element, value) macro
26 #define CHECK_MAGIC(t) (((t)->magic & 0xffffff00) == BLK_IO_TRACE_MAGIC) macro
70 #define CHECK_MAGIC(t) (((t)->magic & 0xffffff00) == BLK_IO_TRACE_MAGIC) macro
149 #define CHECK_MAGIC(node) \ macro