Searched refs:bthe_next (Results 1 – 2 of 2) sorted by relevance
1004 uint32_t bthe_next; member1206 btlh->btlh_free.bthh_first = bthe->bthe_next; in __btlog_hash_stailq_pop_first()1207 if (bthe->bthe_next == BT_HASH_END_MARKER) { in __btlog_hash_stailq_pop_first()1210 bthe->bthe_next = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()1223 *prev = bthe->bthe_next; in __btlog_hash_stailq_remove()1224 if (bthe->bthe_next == BT_HASH_END_MARKER) { in __btlog_hash_stailq_remove()1227 bthe->bthe_next = BT_HASH_END_MARKER; in __btlog_hash_stailq_remove()1240 btlh->btlh_entries[head->bthh_last].bthe_next = pos; in __btlog_hash_stailq_append()1260 prev = &btlh->btlh_entries[ppos].bthe_next; in __btlog_hash_remove()1302 .bthe_next = BT_HASH_END_MARKER, in __btlog_hash_record()[all …]
221 idx = int(e.bthe_next)