Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dbtlog.c1202 struct bt_hash_entry *bthe; in __btlog_hash_stailq_pop_first() local
1205 bthe = &btlh->btlh_entries[pos]; in __btlog_hash_stailq_pop_first()
1206 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()
1219 struct bt_hash_entry *bthe, in __btlog_hash_stailq_remove() argument
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()
1248 struct bt_hash_entry *bthe) in __btlog_hash_remove() argument
[all …]