Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/
H A Dbtlog.c1001 uint32_t bthh_first; member
1170 btlh->btlh_free.bthh_first = BT_HASH_END_MARKER; in __btlog_hash_init()
1174 hash[i].bthh_first = BT_HASH_END_MARKER; in __btlog_hash_init()
1193 uint32_t pos = head->bthh_first; in __btlog_hash_stailq_pop_first()
1196 btlh->btlh_free.bthh_first = bthe->bthe_next; in __btlog_hash_stailq_pop_first()
1228 head->bthh_first = head->bthh_last = pos; in __btlog_hash_stailq_append()
1245 prev = &head->bthh_first; in __btlog_hash_remove()
1272 if (btlh->btlh_free.bthh_first != BT_HASH_END_MARKER) { in __btlog_hash_record()
1318 prev = &head->bthh_first; in __btlog_hash_erase()
1884 pos = head->bthh_first; in btlog_copy_backtraces_for_elements()