Searched refs:__max (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| A D | maple_tree.h | 592 #define mas_for_each(__mas, __entry, __max) \ argument 593 while (((__entry) = mas_find((__mas), (__max))) != NULL) 874 #define mt_for_each(__tree, __entry, __index, __max) \ argument 875 for (__entry = mt_find(__tree, &(__index), __max); \ 876 __entry; __entry = mt_find_after(__tree, &(__index), __max))
|
| /linux/block/ |
| A D | bfq-iosched.c | 7459 unsigned long __data, __min = (MIN), __max = (MAX); \ 7467 else if (__data > __max) \ 7468 __data = __max; \ 7491 unsigned long __data, __min = (MIN), __max = (MAX); \ 7499 else if (__data > __max) \ 7500 __data = __max; \
|
| /linux/Documentation/trace/ |
| A D | histogram-design.rst | 1448 an auto-generated variable named ' __max' has been created and is 1539 var.name: __max
|
Completed in 26 milliseconds