Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dbtlog.c1009 uint32_t bthh_first; member
1180 btlh->btlh_free.bthh_first = BT_HASH_END_MARKER; in __btlog_hash_init()
1184 hash[i].bthh_first = BT_HASH_END_MARKER; in __btlog_hash_init()
1203 uint32_t pos = head->bthh_first; in __btlog_hash_stailq_pop_first()
1206 btlh->btlh_free.bthh_first = bthe->bthe_next; in __btlog_hash_stailq_pop_first()
1238 head->bthh_first = head->bthh_last = pos; in __btlog_hash_stailq_append()
1255 prev = &head->bthh_first; in __btlog_hash_remove()
1282 if (btlh->btlh_free.bthh_first != BT_HASH_END_MARKER) { in __btlog_hash_record()
1328 prev = &head->bthh_first; in __btlog_hash_erase()
1894 pos = head->bthh_first; in btlog_copy_backtraces_for_elements()
/xnu-8020.121.3/tools/lldbmacros/
H A Dbtlog.py220 idx = int(arr[i].bthh_first)