Searched refs:__ssb_do_nothing (Results 1 – 1 of 1) sorted by relevance
27 static inline int __ssb_do_nothing(int x) { return x; } in __ssb_do_nothing() function28 # define SSB_WARN_ON(x) __ssb_do_nothing(unlikely(!!(x)))29 # define SSB_BUG_ON(x) __ssb_do_nothing(unlikely(!!(x)))