Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dkern_stackshot.c1232 int16_t curgen_max = plh->plh_curgen_max; in kdp_stackshot_plh_record() local
1233 if (curgen_min <= curgen_max && curgen_max < count && in kdp_stackshot_plh_record()
1238 for (int idx = curgen_min; idx <= curgen_max; idx++) { in kdp_stackshot_plh_record()