Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dbtlog.c1013 struct btlog_hash { struct
1025 struct btlog_hash *btlh; argument
1064 __btlog_hash_hash(struct btlog_hash *btlh) in __btlog_hash_hash()
1070 __btlog_hash_count(struct btlog_hash *btlh) in __btlog_hash_count()
1076 __btlog_hash_head(struct btlog_hash *btlh, void *addr) in __btlog_hash_head()
1102 pair.btsp_size = round_page(sizeof(struct btlog_hash) + in __btlog_size()
1104 (pair.btsp_count >> 2) * sizeof(struct btlog_hash)); in __btlog_size()
1173 #pragma mark btlog_hash
1176 __btlog_hash_init(struct btlog_hash *btlh) in __btlog_hash_init()
1190 __btlog_hash_destroy(struct btlog_hash *btlh) in __btlog_hash_destroy()
[all …]