Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dbtlog.c1018 struct bt_hash_entry btlh_entries[__counted_by(btlh_count)]; member
1066 return (struct bt_hash_head *)(btlh->btlh_entries + btlh->btlh_count); in __btlog_hash_hash()
1193 btref_put(__bt_ref(btlh->btlh_entries[i].bthe_where)); in __btlog_hash_destroy()
1205 bthe = &btlh->btlh_entries[pos]; in __btlog_hash_stailq_pop_first()
1240 btlh->btlh_entries[head->bthh_last].bthe_next = pos; in __btlog_hash_stailq_append()
1258 while (bthe != &btlh->btlh_entries[*prev]) { in __btlog_hash_remove()
1260 prev = &btlh->btlh_entries[ppos].bthe_next; in __btlog_hash_remove()
1284 bthe = &btlh->btlh_entries[pos]; in __btlog_hash_record()
1292 bthe = &btlh->btlh_entries[pos]; in __btlog_hash_record()
1338 bthe = &btlh->btlh_entries[pos]; in __btlog_hash_erase()
[all …]
/xnu-8020.140.41/tools/lldbmacros/
H A Dbtlog.py144 addr = int(addressof(self._btlh.btlh_entries[self._cnt]))
222 e = self._btlh.btlh_entries[idx]