Searched refs:ledger_entry_counter (Results 1 – 2 of 2) sorted by relevance
105 static_assert(sizeof(struct ledger_entry_small) == sizeof(struct ledger_entry_counter));569 size = sizeof(struct ledger_entry_counter); in ledger_entry_add_with_flags()786 struct ledger_entry_counter *lec = (struct ledger_entry_counter *) les; in ledger_instantiate()839 struct ledger_entry_counter *lec; in ledger_free_counters()849 lec = (struct ledger_entry_counter *) &ledger->l_entries[template->lt_counter_offset]; in ledger_free_counters()1269 struct ledger_entry_counter *lec = (struct ledger_entry_counter *) les; in ledger_credit_thread()1364 struct ledger_entry_counter *from_lec = (struct ledger_entry_counter *) from_les; in ledger_rollup_entry()1365 struct ledger_entry_counter *to_lec = (struct ledger_entry_counter *) to_les; in ledger_rollup_entry()1961 struct ledger_entry_counter *lec = (struct ledger_entry_counter *) les; in ledger_debit_thread()2347 struct ledger_entry_counter *lec = (struct ledger_entry_counter *) les; in ledger_get_entries()[all …]
111 struct ledger_entry_counter { struct