Home
last modified time | relevance | path

Searched refs:coalition_task_ledger_template (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.140.69/osfmk/kern/
H A Dcoalition.c76 ledger_template_t coalition_task_ledger_template = NULL; variable
536coalition_task_ledger_template = ledger_template_copy(task_ledger_template, "Coalition task ledger… in init_coalition_ledgers()
538 if (coalition_task_ledger_template == NULL) { in init_coalition_ledgers()
542 ledger_template_complete(coalition_task_ledger_template); in init_coalition_ledgers()
594 coal->r.ledger = ledger_instantiate(coalition_task_ledger_template, in i_coal_resource_init()
776 …ledger_t sum_ledger = ledger_instantiate(coalition_task_ledger_template, LEDGER_CREATE_ACTIVE_ENTR… in coalition_resource_usage_internal()