Searched refs:bthh_last (Results 1 – 1 of 1) sorted by relevance
1010 uint32_t bthh_last; member1181 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_init()1185 hash[i].bthh_last = BT_HASH_END_MARKER; in __btlog_hash_init()1208 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()1225 head->bthh_last = ppos; in __btlog_hash_stailq_remove()1237 if (head->bthh_last == BT_HASH_END_MARKER) { in __btlog_hash_stailq_append()1238 head->bthh_first = head->bthh_last = pos; in __btlog_hash_stailq_append()1240 btlh->btlh_entries[head->bthh_last].bthe_next = pos; in __btlog_hash_stailq_append()1241 head->bthh_last = pos; in __btlog_hash_stailq_append()