Searched refs:old_count (Results 1 – 3 of 3) sorted by relevance
| /openbmc/ipmitool/src/ |
| H A D | ipmievd.c | 605 uint16_t old_count = selwatch_count; in selwatch_check() local 623 lprintf(LOG_DEBUG, "SEL count is 0 (old=%d), resetting lastid to 0", old_count); in selwatch_check() 625 } else if (selwatch_count < old_count) { in selwatch_check() 630 return (selwatch_count > old_count); in selwatch_check()
|
| /openbmc/qemu/hw/intc/ |
| H A D | xive2.c | 136 uint32_t count, old_count; in xive2_presenter_nvgc_backlog_op() 148 old_count = xive2_nvgc_get_backlog(&nvgc, priority); in xive2_presenter_nvp_backlog_op() 149 count = old_count; in xive2_presenter_nvp_backlog_op() 169 trace_xive_nvgc_backlog_op(crowd, blk, idx, op, priority, old_count); in xive2_presenter_nvp_backlog_op() 170 return old_count; in xive2_presenter_nvp_backlog_op() 107 uint32_t count, old_count; xive2_presenter_nvgc_backlog_op() local
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | expr.c | 253 int res, old_count; in expr_eq() local 273 old_count = trans_count; in expr_eq() 279 trans_count = old_count; in expr_eq()
|