Searched refs:__max (Results 1 – 5 of 5) sorted by relevance
/openbmc/ipmitool/include/ipmitool/ |
H A D | helper.h | 114 #ifndef __max 115 # define __max(a, b) ((a) > (b) ? (a) : (b)) macro
|
/openbmc/linux/include/linux/ |
H A D | maple_tree.h | 551 #define mas_for_each(__mas, __entry, __max) \ argument 552 while (((__entry) = mas_find((__mas), (__max))) != NULL) 705 #define mt_for_each(__tree, __entry, __index, __max) \ argument 706 for (__entry = mt_find(__tree, &(__index), __max); \ 707 __entry; __entry = mt_find_after(__tree, &(__index), __max))
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_sdr.c | 3800 __max(e->record.full->id_code & 0x1f, idlen))) in ipmi_sdr_find_sdr_byid() 3806 __max(e->record.compact->id_code & 0x1f, idlen))) in ipmi_sdr_find_sdr_byid() 3812 __max(e->record.eventonly->id_code & 0x1f, idlen))) in ipmi_sdr_find_sdr_byid() 3818 __max(e->record.genloc->id_code & 0x1f, idlen))) in ipmi_sdr_find_sdr_byid() 3824 __max(e->record.fruloc->id_code & 0x1f, idlen))) in ipmi_sdr_find_sdr_byid() 3830 __max(e->record.mcloc->id_code & 0x1f, idlen))) in ipmi_sdr_find_sdr_byid() 3866 __max(sdrr->record.full->id_code & 0x1f, idlen))) in ipmi_sdr_find_sdr_byid() 3875 __max(sdrr->record.compact->id_code & 0x1f, in ipmi_sdr_find_sdr_byid() 3885 __max(sdrr->record.eventonly->id_code & 0x1f, in ipmi_sdr_find_sdr_byid() 3895 __max(sdrr->record.genloc->id_code & 0x1f, idlen))) in ipmi_sdr_find_sdr_byid() [all …]
|
/openbmc/linux/block/ |
H A D | bfq-iosched.c | 7483 unsigned long __data, __min = (MIN), __max = (MAX); \ 7491 else if (__data > __max) \ 7492 __data = __max; \ 7515 unsigned long __data, __min = (MIN), __max = (MAX); \ 7523 else if (__data > __max) \ 7524 __data = __max; \
|
/openbmc/linux/Documentation/trace/ |
H A D | histogram-design.rst | 1448 an auto-generated variable named ' __max' has been created and is 1539 var.name: __max
|