Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dbtlog.c1002 uint32_t bthh_last; member
1171 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_init()
1175 hash[i].bthh_last = BT_HASH_END_MARKER; in __btlog_hash_init()
1198 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()
1215 head->bthh_last = ppos; in __btlog_hash_stailq_remove()
1227 if (head->bthh_last == BT_HASH_END_MARKER) { in __btlog_hash_stailq_append()
1228 head->bthh_first = head->bthh_last = pos; in __btlog_hash_stailq_append()
1230 btlh->btlh_entries[head->bthh_last].bthe_next = pos; in __btlog_hash_stailq_append()
1231 head->bthh_last = pos; in __btlog_hash_stailq_append()