Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dbtlog.c975 #define BTL_SAMPLE_LIMIT 0x007fffffu macro
1382 if (sample > BTL_SAMPLE_LIMIT) { in btlog_create()
1383 sample = BTL_SAMPLE_LIMIT; in btlog_create()