Searched refs:__max (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | maple_tree.h | 636 #define mas_for_each(__mas, __entry, __max) \ argument 637 while (((__entry) = mas_find((__mas), (__max))) != NULL) 932 #define mt_for_each(__tree, __entry, __index, __max) \ argument 933 for (__entry = mt_find(__tree, &(__index), __max); \ 934 __entry; __entry = mt_find_after(__tree, &(__index), __max))
|
| /linux/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/block/ |
| H A D | bfq-iosched.c | 7434 unsigned long __data, __min = (MIN), __max = (MAX); \ 7442 else if (__data > __max) \ 7443 __data = __max; \ 7466 unsigned long __data, __min = (MIN), __max = (MAX); \ 7474 else if (__data > __max) \ 7475 __data = __max; \
|