Searched refs:__max (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/linux/ |
D | maple_tree.h | 522 #define mas_for_each(__mas, __entry, __max) \ argument 523 while (((__entry) = mas_find((__mas), (__max))) != NULL) 662 #define mt_for_each(__tree, __entry, __index, __max) \ argument 663 for (__entry = mt_find(__tree, &(__index), __max); \ 664 __entry; __entry = mt_find_after(__tree, &(__index), __max))
|
/linux-6.1.9/block/ |
D | bfq-iosched.c | 7281 unsigned long __data, __min = (MIN), __max = (MAX); \ 7289 else if (__data > __max) \ 7290 __data = __max; \ 7313 unsigned long __data, __min = (MIN), __max = (MAX); \ 7321 else if (__data > __max) \ 7322 __data = __max; \
|
/linux-6.1.9/Documentation/trace/ |
D | histogram-design.rst | 1448 an auto-generated variable named ' __max' has been created and is 1539 var.name: __max
|