Searched refs:lt_cnt (Results 1 – 3 of 3) sorted by relevance
225 uint16_t lt_cnt; member316 if (offset / sizeof(struct ledger_entry_small) >= template->lt_cnt) { in ledger_entry_to_template_idx()430 new_template->lt_cnt = template->lt_cnt; in ledger_template_copy()498 if (template->lt_cnt == MAX_LEDGER_ENTRIES) { in ledger_entry_add_with_flags()504 if (template->lt_cnt == template->lt_table_size) { in ledger_entry_add_with_flags()555 et = &template->lt_entries[template->lt_cnt]; in ledger_entry_add_with_flags()587 template_idx = template->lt_cnt++; in ledger_entry_add_with_flags()645 for (uint16_t idx = 0; idx < template->lt_cnt; idx++) { in ledger_key_lookup()720 num_entries = template->lt_cnt; in ledger_instantiate()1326 assert(to_ledger->l_template->lt_cnt == from_ledger->l_template->lt_cnt); in ledger_rollup()[all …]
609 while i != ledgerp.l_template.lt_cnt:1949 lt_count = template.lt_cnt2091 while i != ledgerp.l_template.lt_cnt:2126 while i != task_ledgerp.l_template.lt_cnt:
1461 for i in range(ledger_template.lt_cnt):