Searched refs:__max (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | maple_tree.h | 592 #define mas_for_each(__mas, __entry, __max) \ argument 593 while (((__entry) = mas_find((__mas), (__max))) != NULL) 888 #define mt_for_each(__tree, __entry, __index, __max) \ argument 889 for (__entry = mt_find(__tree, &(__index), __max); \ 890 __entry; __entry = mt_find_after(__tree, &(__index), __max))
|
| /linux-6.15/tools/testing/selftests/drivers/ntsync/ |
| H A D | ntsync.c | 31 __u32 __count, __max; \ 32 int ret = read_sem_state((sem), &__count, &__max); \ 35 EXPECT_EQ((max), __max); \
|
| /linux-6.15/block/ |
| H A D | bfq-iosched.c | 7479 unsigned long __data, __min = (MIN), __max = (MAX); \ 7487 else if (__data > __max) \ 7488 __data = __max; \ 7511 unsigned long __data, __min = (MIN), __max = (MAX); \ 7519 else if (__data > __max) \ 7520 __data = __max; \
|
| /linux-6.15/Documentation/trace/ |
| H A D | histogram-design.rst | 1448 an auto-generated variable named ' __max' has been created and is 1539 var.name: __max
|