Home
last modified time | relevance | path

Searched refs:_MAX (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/lib/
H A Doverflow_kunit.c1076 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 Dairtime.c94 #define _MAX(a, b) (((a)>(b))?(a):(b)) macro
97 _MAX(0, 16 - __builtin_clz(duration))
H A Drc80211_minstrel_ht.c54 #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 Dairtime.c89 #define _MAX(a, b) (((a)>(b))?(a):(b)) macro
92 _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))
/kernel/linux/linux-5.10/drivers/input/
H A Dinput.c1510 input_dev->bm##bit, ev##_MAX, \
/kernel/linux/linux-6.6/drivers/input/
H A Dinput.c1566 input_dev->bm##bit, ev##_MAX, \

Completed in 14 milliseconds