Home
last modified time | relevance | path

Searched refs:_MAX (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/lib/tests/
H A Doverflow_kunit.c1133 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 Dairtime.c109 #define _MAX(a, b) (((a)>(b))?(a):(b)) macro
112 _MAX(0, 16 - __builtin_clz(duration))
H A Drc80211_minstrel_ht.c52 #define _MAX(a, b) (((a)>(b))?(a):(b)) macro
55 _MAX(0, 16 - __builtin_clz(duration))
/linux-6.15/fs/bcachefs/
H A Dbcachefs_format.h104 static const __maybe_unused __u##_bits name##_MAX = (1ULL << (end - offset)) - 1;\
/linux-6.15/drivers/input/
H A Dinput.c1547 input_dev->bm##bit, ev##_MAX, \