Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/kmemory/
H A Dbtlog.py233 def btl_count(self): member in BTLog
262 count = self.btl_count
303 count = self.btl_count
/xnu-10063.141.1/osfmk/kern/
H A Dbtlog.c974 uint32_t btl_count; member
986 #define btll_count btll_hdr.btl_count
1007 #define btlh_count btlh_hdr.btl_count
1105 return __btlog_size(btlu.btl->btl_type, btlu.btl->btl_count); in __btlog_size()
1378 btlu.btl->btl_count = pair.btsp_count; in btlog_create()
1380 assert3u(btlu.btl->btl_count, !=, 0); in btlog_create()
1480 return btlog->btl_count; in btlog_get_count()
1643 for (uint32_t i = 0; i < btl.btl->btl_count; i++) { in btlog_get_records()
1663 for (uint32_t i = 0; i < btl.btl->btl_count; i++) { in btlog_get_records()