Home
last modified time | relevance | path

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

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