Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dkern_stackshot.c557 #define KDP_FAULT_PATH_MAX_TIME_PER_STACKSHOT_NSECS (3 * NSEC_PER_MSEC) macro
1106 …stackshot_max_fault_time = ((KDP_FAULT_PATH_MAX_TIME_PER_STACKSHOT_NSECS * timebase.denom) / timeb… in stackshot_init()