Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dbtlog.c986 #define btll_count btll_hdr.btl_count macro
988 struct bt_log_entry btll_entries[__counted_by(btll_count)];
1125 for (uint32_t i = 0; i < btll->btll_count; i++) { in __btlog_log_destroy()
1144 if (pos + 1 == btll->btll_count) { in __btlog_log_record()