Home
last modified time | relevance | path

Searched refs:statically_true (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dcompiler.h314 #define statically_true(x) (__builtin_constant_p(x) && (x)) macro
H A Dminmax.h68 #define __is_nonneg(ux) statically_true((long long)(ux) >= 0)
70 #define __is_nonneg(ux) statically_true( \
188 BUILD_BUG_ON_MSG(statically_true(ulo > uhi), \
/linux/drivers/pci/
H A Dprobe.c349 BUILD_BUG_ON(statically_true(howmany > PCI_STD_NUM_BARS)); in pci_read_bases()