Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c1014 struct btlog_hash { struct
1026 struct btlog_hash *btlh; argument
1065 __btlog_hash_hash(struct btlog_hash *btlh) in __btlog_hash_hash()
1071 __btlog_hash_count(struct btlog_hash *btlh) in __btlog_hash_count()
1077 __btlog_hash_head(struct btlog_hash *btlh, void *addr) in __btlog_hash_head()
1103 pair.btsp_size = round_page(sizeof(struct btlog_hash) + in __btlog_size()
1105 (pair.btsp_count >> 2) * sizeof(struct btlog_hash)); in __btlog_size()
1174 #pragma mark btlog_hash
1177 __btlog_hash_init(struct btlog_hash *btlh) in __btlog_hash_init()
1191 __btlog_hash_destroy(struct btlog_hash *btlh) in __btlog_hash_destroy()
[all …]