unlikely_notrace
#define unlikely_notrace(x) __builtin_expect(!!(x), 0)
# define unlikely_notrace(x) unlikely(x)