Searched refs:bthe (Results 1 – 1 of 1) sorted by relevance
1203 struct bt_hash_entry *bthe; in __btlog_hash_stailq_pop_first() local1206 bthe = &btlh->btlh_entries[pos]; in __btlog_hash_stailq_pop_first()1207 btlh->btlh_free.bthh_first = bthe->bthe_next; in __btlog_hash_stailq_pop_first()1208 if (bthe->bthe_next == BT_HASH_END_MARKER) { in __btlog_hash_stailq_pop_first()1211 bthe->bthe_next = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()1220 struct bt_hash_entry *bthe, in __btlog_hash_stailq_remove() argument1224 *prev = bthe->bthe_next; in __btlog_hash_stailq_remove()1225 if (bthe->bthe_next == BT_HASH_END_MARKER) { in __btlog_hash_stailq_remove()1228 bthe->bthe_next = BT_HASH_END_MARKER; in __btlog_hash_stailq_remove()1249 struct bt_hash_entry *bthe) in __btlog_hash_remove() argument[all …]