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

/darwin-on-arm/xnu/osfmk/kern/
H A Dledger.c103 int lt_cnt; member in struct:ledger_template
202 template->lt_cnt = 0;
247 if (template->lt_cnt == template->lt_table_size) {
272 et = &template->lt_entries[template->lt_cnt];
279 idx = template->lt_cnt++;
308 for (idx = 0; idx < template->lt_cnt; idx++)
313 if (idx >= template->lt_cnt)
344 ledger->l_size = template->lt_cnt;
356 assert(ledger->l_size <= template->lt_cnt);
665 if ((entry < 0) || (entry >= template->lt_cnt))
[all...]

Completed in 22 milliseconds