Searched refs:bthh_last (Results 1 – 1 of 1) sorted by relevance
1002 uint32_t bthh_last; member1171 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_init()1175 hash[i].bthh_last = BT_HASH_END_MARKER; in __btlog_hash_init()1198 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()1215 head->bthh_last = ppos; in __btlog_hash_stailq_remove()1227 if (head->bthh_last == BT_HASH_END_MARKER) { in __btlog_hash_stailq_append()1228 head->bthh_first = head->bthh_last = pos; in __btlog_hash_stailq_append()1230 btlh->btlh_entries[head->bthh_last].bthe_next = pos; in __btlog_hash_stailq_append()1231 head->bthh_last = pos; in __btlog_hash_stailq_append()