Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dbtlog.c1004 uint32_t bthe_next; member
1206 btlh->btlh_free.bthh_first = bthe->bthe_next; in __btlog_hash_stailq_pop_first()
1207 if (bthe->bthe_next == BT_HASH_END_MARKER) { in __btlog_hash_stailq_pop_first()
1210 bthe->bthe_next = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()
1223 *prev = bthe->bthe_next; in __btlog_hash_stailq_remove()
1224 if (bthe->bthe_next == BT_HASH_END_MARKER) { in __btlog_hash_stailq_remove()
1227 bthe->bthe_next = BT_HASH_END_MARKER; in __btlog_hash_stailq_remove()
1240 btlh->btlh_entries[head->bthh_last].bthe_next = pos; in __btlog_hash_stailq_append()
1260 prev = &btlh->btlh_entries[ppos].bthe_next; in __btlog_hash_remove()
1302 .bthe_next = BT_HASH_END_MARKER, in __btlog_hash_record()
[all …]
/xnu-8020.121.3/tools/lldbmacros/
H A Dbtlog.py223 idx = int(e.bthe_next)