Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dkern_stackshot.c1233 int16_t curgen_max = plh->plh_curgen_max; in kdp_stackshot_plh_record() local
1234 if (curgen_min <= curgen_max && curgen_max < count && in kdp_stackshot_plh_record()
1239 for (int idx = curgen_min; idx <= curgen_max; idx++) { in kdp_stackshot_plh_record()