Searched refs:btlh (Results 1 – 1 of 1) sorted by relevance
1026 struct btlog_hash *btlh; member1065 __btlog_hash_hash(struct btlog_hash *btlh) in __btlog_hash_hash() argument1067 return (struct bt_hash_head *)(btlh->btlh_entries + btlh->btlh_count); in __btlog_hash_hash()1071 __btlog_hash_count(struct btlog_hash *btlh) in __btlog_hash_count() argument1073 return btlh->btlh_count >> 2; in __btlog_hash_count()1077 __btlog_hash_head(struct btlog_hash *btlh, void *addr) in __btlog_hash_head() argument1080 h &= (__btlog_hash_count(btlh) - 1); in __btlog_hash_head()1081 return &__btlog_hash_hash(btlh)[h]; in __btlog_hash_head()1177 __btlog_hash_init(struct btlog_hash *btlh) in __btlog_hash_init() argument1179 struct bt_hash_head *hash = __btlog_hash_hash(btlh); in __btlog_hash_init()[all …]