Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c1018 struct bt_hash_head btlh_free; member
1181 btlh->btlh_free.bthh_first = BT_HASH_END_MARKER; in __btlog_hash_init()
1182 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_init()
1207 btlh->btlh_free.bthh_first = bthe->bthe_next; in __btlog_hash_stailq_pop_first()
1209 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()
1283 if (btlh->btlh_free.bthh_first != BT_HASH_END_MARKER) { in __btlog_hash_record()
1284 pos = __btlog_hash_stailq_pop_first(btlh, &btlh->btlh_free); in __btlog_hash_record()
1343 __btlog_hash_stailq_append(btlh, &btlh->btlh_free, pos); in __btlog_hash_erase()