Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/
H A Dbtlog.c1016 struct btlog_log *btll; member
1123 __btlog_log_destroy(struct btlog_log *btll) in __btlog_log_destroy() argument
1125 for (uint32_t i = 0; i < btll->btll_count; i++) { in __btlog_log_destroy()
1126 btref_put(__bt_ref(btll->btll_entries[i].btle_where)); in __btlog_log_destroy()
1131 __btlog_log_record(struct btlog_log *btll, void *addr, uint8_t op, btref_t btref) in __btlog_log_record() argument
1137 __btlog_lock(btll); in __btlog_log_record()
1139 if (__improbable(btll->btll_hdr.btl_disabled)) { in __btlog_log_record()
1143 pos = btll->btll_pos; in __btlog_log_record()
1144 if (pos + 1 == btll->btll_count) { in __btlog_log_record()
1145 btll->btll_pos = 0; in __btlog_log_record()
[all …]
/xnu-10002.41.9/tools/lldbmacros/kmemory/
H A Dbtlog.py271 btll = self.sbv.chkCast(BTLibrary.get_shared().btll_type)
272 pos = btll.xGetIntegerByName('btll_pos')
273 arr = btll.chkGetValueForExpressionPath('.btll_entries[0]')