Searched refs:kdbp_vict (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
636 kdbp_vict = NULL;
668 kdbp_vict = kdbp_try;
671 if (kdbp_vict == NULL) {
677 kdsp = kdbp_vict->kd_list_head;
679 kdbp_vict->kd_list_head = kdsp_actual->kds_next;
681 if (kdbp_vict->kd_list_head.raw != KDS_PTR_NULL) {
682 kdsp_next_actual = POINTER_FROM_KDS_PTR(kdbp_vict->kd_list_head);
685 kdbp_vict->kd_lostevents = TRUE;

Completed in 23 milliseconds