Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/
H A Dbtlog.c973 #define BTL_SAMPLE_LIMIT 0x007fffffu macro
1372 if (sample > BTL_SAMPLE_LIMIT) { in btlog_create()
1373 sample = BTL_SAMPLE_LIMIT; in btlog_create()