Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dbtlog.c1009 struct bt_hash_head btlh_free; member
1170 btlh->btlh_free.bthh_first = BT_HASH_END_MARKER; in __btlog_hash_init()
1171 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_init()
1196 btlh->btlh_free.bthh_first = bthe->bthe_next; in __btlog_hash_stailq_pop_first()
1198 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()
1272 if (btlh->btlh_free.bthh_first != BT_HASH_END_MARKER) { in __btlog_hash_record()
1273 pos = __btlog_hash_stailq_pop_first(btlh, &btlh->btlh_free); in __btlog_hash_record()
1332 __btlog_hash_stailq_append(btlh, &btlh->btlh_free, pos); in __btlog_hash_erase()