Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c1011 uint32_t bthh_last; member
1182 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_init()
1186 hash[i].bthh_last = BT_HASH_END_MARKER; in __btlog_hash_init()
1209 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()
1226 head->bthh_last = ppos; in __btlog_hash_stailq_remove()
1238 if (head->bthh_last == BT_HASH_END_MARKER) { in __btlog_hash_stailq_append()
1239 head->bthh_first = head->bthh_last = pos; in __btlog_hash_stailq_append()
1241 btlh->btlh_entries[head->bthh_last].bthe_next = pos; in __btlog_hash_stailq_append()
1242 head->bthh_last = pos; in __btlog_hash_stailq_append()