Searched refs:new_template (Results 1 – 1 of 1) sorted by relevance
392 ledger_template_t new_template = ledger_template_create(name); in ledger_template_copy() local394 if (new_template == NULL) { in ledger_template_copy()395 return new_template; in ledger_template_copy()406 ledger_template_dereference(new_template); in ledger_template_copy()407 new_template = NULL; in ledger_template_copy()416 ledger_template_dereference(new_template); in ledger_template_copy()417 new_template = NULL; in ledger_template_copy()423 kfree_type(struct entry_template, new_template->lt_table_size, new_template->lt_entries); in ledger_template_copy()426 …kfree_type(uint16_t, ledger_template_entries_lut_size(new_template->lt_table_size), new_template->… in ledger_template_copy()428 new_template->lt_entries = new_entries; in ledger_template_copy()[all …]