Searched refs:bthe (Results 1 – 1 of 1) sorted by relevance
1192 struct bt_hash_entry *bthe; in __btlog_hash_stailq_pop_first() local1195 bthe = &btlh->btlh_entries[pos]; in __btlog_hash_stailq_pop_first()1196 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()1209 struct bt_hash_entry *bthe, in __btlog_hash_stailq_remove() argument1213 *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()1238 struct bt_hash_entry *bthe) in __btlog_hash_remove() argument[all …]