gpu_buddy_assert
#define gpu_buddy_assert(condition) do { \
#define gpu_buddy_assert(condition) WARN_ON(!(condition))