Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c1019 struct bt_hash_entry btlh_entries[__counted_by(btlh_count)]; member
1067 return (struct bt_hash_head *)(btlh->btlh_entries + btlh->btlh_count); in __btlog_hash_hash()
1194 btref_put(__bt_ref(btlh->btlh_entries[i].bthe_where)); in __btlog_hash_destroy()
1206 bthe = &btlh->btlh_entries[pos]; in __btlog_hash_stailq_pop_first()
1241 btlh->btlh_entries[head->bthh_last].bthe_next = pos; in __btlog_hash_stailq_append()
1259 while (bthe != &btlh->btlh_entries[*prev]) { in __btlog_hash_remove()
1261 prev = &btlh->btlh_entries[ppos].bthe_next; in __btlog_hash_remove()
1285 bthe = &btlh->btlh_entries[pos]; in __btlog_hash_record()
1293 bthe = &btlh->btlh_entries[pos]; in __btlog_hash_record()
1339 bthe = &btlh->btlh_entries[pos]; in __btlog_hash_erase()
[all …]
/xnu-8020.101.4/tools/lldbmacros/
H A Dbtlog.py144 addr = int(addressof(self._btlh.btlh_entries[self._cnt]))
222 e = self._btlh.btlh_entries[idx]