Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dbtlog.c1017 struct btlog_hash *btlh; member
1054 __btlog_hash_hash(struct btlog_hash *btlh) in __btlog_hash_hash() argument
1056 return (struct bt_hash_head *)(btlh->btlh_entries + btlh->btlh_count); in __btlog_hash_hash()
1060 __btlog_hash_count(struct btlog_hash *btlh) in __btlog_hash_count() argument
1062 return btlh->btlh_count >> 2; in __btlog_hash_count()
1066 __btlog_hash_head(struct btlog_hash *btlh, void *addr) in __btlog_hash_head() argument
1069 h &= (__btlog_hash_count(btlh) - 1); in __btlog_hash_head()
1070 return &__btlog_hash_hash(btlh)[h]; in __btlog_hash_head()
1166 __btlog_hash_init(struct btlog_hash *btlh) in __btlog_hash_init() argument
1168 struct bt_hash_head *hash = __btlog_hash_hash(btlh); in __btlog_hash_init()
[all …]
/xnu-12377.1.9/tools/lldbmacros/kmemory/
H A Dbtlog.py295 btlh = self.sbv.chkCast(library.btlh_type)
296 e_arr = btlh.chkGetValueForExpressionPath('.btlh_entries[0]')