Searched refs:__min (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/scatterlist/linux/ |
| H A D | mm.h | 55 #define __min(t1, t2, min1, min2, x, y) ({ \ macro 67 __min(typeof(x), typeof(y), \ 72 __min(type, type, \
|
| /linux/arch/riscv/include/asm/ |
| H A D | sbi.h | 499 #define SBI_MPXY_MSG_PROT_MKVER(__maj, __min) (((u32)(__maj) << 16) | (u16)(__min)) argument
|
| /linux/block/ |
| H A D | bfq-iosched.c | 7434 unsigned long __data, __min = (MIN), __max = (MAX); \ 7440 if (__data < __min) \ 7441 __data = __min; \ 7466 unsigned long __data, __min = (MIN), __max = (MAX); \ 7472 if (__data < __min) \ 7473 __data = __min; \
|