Searched refs:bthe_next (Results 1 – 1 of 1) sorted by relevance
996 uint32_t bthe_next; member1196 btlh->btlh_free.bthh_first = bthe->bthe_next; in __btlog_hash_stailq_pop_first()1197 if (bthe->bthe_next == BT_HASH_END_MARKER) { in __btlog_hash_stailq_pop_first()1200 bthe->bthe_next = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()1213 *prev = bthe->bthe_next; in __btlog_hash_stailq_remove()1214 if (bthe->bthe_next == BT_HASH_END_MARKER) { in __btlog_hash_stailq_remove()1217 bthe->bthe_next = BT_HASH_END_MARKER; in __btlog_hash_stailq_remove()1230 btlh->btlh_entries[head->bthh_last].bthe_next = pos; in __btlog_hash_stailq_append()1250 prev = &btlh->btlh_entries[ppos].bthe_next; in __btlog_hash_remove()1292 .bthe_next = BT_HASH_END_MARKER, in __btlog_hash_record()[all …]