Searched refs:_MAX (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/lib/tests/ |
| H A D | overflow_kunit.c | 1133 unsigned long big = U ## width ## _MAX; \ in castable_to_type_test() 1139 TEST_CASTABLE_TO_TYPE(U ## width ## _MAX, u ## width, true); \ in castable_to_type_test() 1140 TEST_CASTABLE_TO_TYPE(U ## width ## _MAX, u ## width ## var, true); \ in castable_to_type_test() 1144 TEST_CASTABLE_TO_TYPE((unsigned long)U ## width ## _MAX + 1, u ## width, false); \ in castable_to_type_test() 1145 TEST_CASTABLE_TO_TYPE((unsigned long)U ## width ## _MAX + 1, u ## width ## var, false); \ in castable_to_type_test()
|
| /linux-6.15/net/mac80211/ |
| H A D | airtime.c | 109 #define _MAX(a, b) (((a)>(b))?(a):(b)) macro 112 _MAX(0, 16 - __builtin_clz(duration))
|
| H A D | rc80211_minstrel_ht.c | 52 #define _MAX(a, b) (((a)>(b))?(a):(b)) macro 55 _MAX(0, 16 - __builtin_clz(duration))
|
| /linux-6.15/fs/bcachefs/ |
| H A D | bcachefs_format.h | 104 static const __maybe_unused __u##_bits name##_MAX = (1ULL << (end - offset)) - 1;\
|
| /linux-6.15/drivers/input/ |
| H A D | input.c | 1547 input_dev->bm##bit, ev##_MAX, \
|