Searched refs:l_template (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dledger.c158 struct ledger_template *l_template; member in struct:ledger
353 ledger->l_template = template;
501 TEMPLATE_INUSE(s, ledger->l_template);
502 callback = ledger->l_template->lt_entries[entry].et_callback;
503 TEMPLATE_IDLE(s, ledger->l_template);
1420 template_lock(l->l_template);
1421 et = l->l_template->lt_entries;
1431 template_unlock(l->l_template);
1511 strlcpy(info->li_name, l->l_template->lt_name, LEDGER_NAME_MAX);
1528 idx = ledger_key_lookup(l->l_template, arg
[all...]
/xnu-2422.115.4/tools/lldbmacros/
H A Dprocess.py1103 while i != ledgerp.l_template.lt_cnt:
1127 while i != task_ledgerp.l_template.lt_cnt:

Completed in 27 milliseconds