Searched refs:btll (Results 1 – 1 of 1) sorted by relevance
1025 struct btlog_log *btll; member1134 __btlog_log_destroy(struct btlog_log *btll) in __btlog_log_destroy() argument1136 for (uint32_t i = 0; i < btll->btll_count; i++) { in __btlog_log_destroy()1137 btref_put(__bt_ref(btll->btll_entries[i].btle_where)); in __btlog_log_destroy()1142 __btlog_log_record(struct btlog_log *btll, void *addr, uint8_t op, btref_t btref) in __btlog_log_record() argument1148 __btlog_lock(btll); in __btlog_log_record()1150 if (__improbable(btll->btll_hdr.btl_disabled)) { in __btlog_log_record()1154 pos = btll->btll_pos; in __btlog_log_record()1155 if (pos + 1 == btll->btll_count) { in __btlog_log_record()1156 btll->btll_pos = 0; in __btlog_log_record()[all …]