Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dbtlog.h66 #define BTLOG_MAX_DEPTH 15 macro
H A Dbtlog.c256 if (record_btdepth > BTLOG_MAX_DEPTH) { in btlog_create()