Searched refs:LF_IS_COUNTER (Results 1 – 1 of 1) sorted by relevance
68 #define LF_IS_COUNTER 0x80000 /* entry uses a scalable counter */ macro570 et->et_flags |= LF_IS_COUNTER; in ledger_entry_add_with_flags()785 } else if (et->et_flags & LF_IS_COUNTER) { in ledger_instantiate()850 assert(lec->lec_flags & LF_IS_COUNTER); in ledger_free_counters()1122 if (les->les_flags & LF_IS_COUNTER) { in ledger_entry_check_new_balance()1268 if (les->les_flags & LF_IS_COUNTER) { in ledger_credit_thread()1363 if (from_les->les_flags & LF_IS_COUNTER) { in ledger_rollup_entry()1400 if (les->les_flags & LF_IS_COUNTER) { in ledger_zero_balance()1642 if (template->lt_entries[idx].et_flags & LF_IS_COUNTER) { in ledger_panic_on_negative()1960 if (les->les_flags & LF_IS_COUNTER) { in ledger_debit_thread()[all …]