Searched refs:btll (Results 1 – 2 of 2) sorted by relevance
1016 struct btlog_log *btll; member1123 __btlog_log_destroy(struct btlog_log *btll) in __btlog_log_destroy() argument1125 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() argument1137 __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 …]
271 btll = self.sbv.chkCast(BTLibrary.get_shared().btll_type)272 pos = btll.xGetIntegerByName('btll_pos')273 arr = btll.chkGetValueForExpressionPath('.btll_entries[0]')