Searched refs:kdbp_try (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c606 struct kd_bufinfo *kdbp, *kdbp_vict, *kdbp_try; local
639 for (kdbp_try = &kdbip[0]; kdbp_try < &kdbip[kd_cpus]; kdbp_try++) {
641 if (kdbp_try->kd_list_head.raw == KDS_PTR_NULL) {
648 kdsp_actual = POINTER_FROM_KDS_PTR(kdbp_try->kd_list_head);
668 kdbp_vict = kdbp_try;

Completed in 22 milliseconds