Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dbtlog.c1025 struct btlog_hash *btlh; member
1064 __btlog_hash_hash(struct btlog_hash *btlh) in __btlog_hash_hash() argument
1066 return (struct bt_hash_head *)(btlh->btlh_entries + btlh->btlh_count); in __btlog_hash_hash()
1070 __btlog_hash_count(struct btlog_hash *btlh) in __btlog_hash_count() argument
1072 return btlh->btlh_count >> 2; in __btlog_hash_count()
1076 __btlog_hash_head(struct btlog_hash *btlh, void *addr) in __btlog_hash_head() argument
1079 h &= (__btlog_hash_count(btlh) - 1); in __btlog_hash_head()
1080 return &__btlog_hash_hash(btlh)[h]; in __btlog_hash_head()
1176 __btlog_hash_init(struct btlog_hash *btlh) in __btlog_hash_init() argument
1178 struct bt_hash_head *hash = __btlog_hash_hash(btlh); in __btlog_hash_init()
[all …]