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

/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c166 union kds_ptr kd_list_head; member in struct:kd_bufinfo
508 kdbip[i].kd_list_head.raw = KDS_PTR_NULL;
577 if (kdsp.raw == kdbp->kd_list_head.raw) {
589 kdbp->kd_list_head = kdsp_actual->kds_next;
641 if (kdbp_try->kd_list_head.raw == KDS_PTR_NULL) {
648 kdsp_actual = POINTER_FROM_KDS_PTR(kdbp_try->kd_list_head);
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);
[all...]

Completed in 20 milliseconds