Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c1005 uint32_t bthe_next; member
1207 btlh->btlh_free.bthh_first = bthe->bthe_next; in __btlog_hash_stailq_pop_first()
1208 if (bthe->bthe_next == BT_HASH_END_MARKER) { in __btlog_hash_stailq_pop_first()
1211 bthe->bthe_next = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()
1224 *prev = bthe->bthe_next; in __btlog_hash_stailq_remove()
1225 if (bthe->bthe_next == BT_HASH_END_MARKER) { in __btlog_hash_stailq_remove()
1228 bthe->bthe_next = BT_HASH_END_MARKER; in __btlog_hash_stailq_remove()
1241 btlh->btlh_entries[head->bthh_last].bthe_next = pos; in __btlog_hash_stailq_append()
1261 prev = &btlh->btlh_entries[ppos].bthe_next; in __btlog_hash_remove()
1303 .bthe_next = BT_HASH_END_MARKER, in __btlog_hash_record()
[all …]
/xnu-8020.101.4/tools/lldbmacros/
H A Dbtlog.py223 idx = int(e.bthe_next)