Home
last modified time | relevance | path

Searched refs:bthe (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c1203 struct bt_hash_entry *bthe; in __btlog_hash_stailq_pop_first() local
1206 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() argument
1224 *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 …]