Searched refs:btll (Results 1 – 1 of 1) sorted by relevance
1024 struct btlog_log *btll; member1133 __btlog_log_destroy(struct btlog_log *btll) in __btlog_log_destroy() argument1135 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() argument1147 __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 …]