Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dbtlog.c1024 struct btlog_log *btll; member
1133 __btlog_log_destroy(struct btlog_log *btll) in __btlog_log_destroy() argument
1135 for (uint32_t i = 0; i < btll->btll_count; i++) { in __btlog_log_destroy()
1136 btref_put(__bt_ref(btll->btll_entries[i].btle_where)); in __btlog_log_destroy()
1141 __btlog_log_record(struct btlog_log *btll, void *addr, uint8_t op, btref_t btref) in __btlog_log_record() argument
1147 __btlog_lock(btll); in __btlog_log_record()
1149 if (__improbable(btll->btll_hdr.btl_disabled)) { in __btlog_log_record()
1153 pos = btll->btll_pos; in __btlog_log_record()
1154 if (pos + 1 == btll->btll_count) { in __btlog_log_record()
1155 btll->btll_pos = 0; in __btlog_log_record()
[all …]