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