Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c1087 uint32_t btsp_count; member
1097 pair.btsp_count = (pair.btsp_size - sizeof(struct btlog_log)) / in __btlog_size()
1102 pair.btsp_count = MAX(1u << fls(count - 1), 128u); in __btlog_size()
1104 pair.btsp_count * sizeof(struct bt_log_entry) + in __btlog_size()
1105 (pair.btsp_count >> 2) * sizeof(struct btlog_hash)); in __btlog_size()
1389 btlu.btl->btl_count = pair.btsp_count; in btlog_create()