Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dbtlog.c1017 struct bt_hash_head btlh_free; member
1180 btlh->btlh_free.bthh_first = BT_HASH_END_MARKER; in __btlog_hash_init()
1181 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_init()
1206 btlh->btlh_free.bthh_first = bthe->bthe_next; in __btlog_hash_stailq_pop_first()
1208 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()
1282 if (btlh->btlh_free.bthh_first != BT_HASH_END_MARKER) { in __btlog_hash_record()
1283 pos = __btlog_hash_stailq_pop_first(btlh, &btlh->btlh_free); in __btlog_hash_record()
1342 __btlog_hash_stailq_append(btlh, &btlh->btlh_free, pos); in __btlog_hash_erase()