Searched refs:_MAX (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | overflow_kunit.c | 1076 unsigned long big = U ## width ## _MAX; \ in castable_to_type_test() 1082 TEST_CASTABLE_TO_TYPE(U ## width ## _MAX, u ## width, true); \ in castable_to_type_test() 1083 TEST_CASTABLE_TO_TYPE(U ## width ## _MAX, u ## width ## var, true); \ in castable_to_type_test() 1087 TEST_CASTABLE_TO_TYPE((unsigned long)U ## width ## _MAX + 1, u ## width, false); \ in castable_to_type_test() 1088 TEST_CASTABLE_TO_TYPE((unsigned long)U ## width ## _MAX + 1, u ## width ## var, false); \ in castable_to_type_test()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | airtime.c | 94 #define _MAX(a, b) (((a)>(b))?(a):(b)) macro 97 _MAX(0, 16 - __builtin_clz(duration))
|
H A D | rc80211_minstrel_ht.c | 54 #define _MAX(a, b) (((a)>(b))?(a):(b)) macro 57 _MAX(0, 16 - __builtin_clz(duration))
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | airtime.c | 89 #define _MAX(a, b) (((a)>(b))?(a):(b)) macro 92 _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))
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | input.c | 1510 input_dev->bm##bit, ev##_MAX, \
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | input.c | 1566 input_dev->bm##bit, ev##_MAX, \
|
Completed in 14 milliseconds