Lines Matching refs:p_NewBusyB
398 static void AddBusy(t_MM *p_MM, t_BusyBlock *p_NewBusyB) in AddBusy() argument
406 while ( p_CurrBusyB && p_NewBusyB->base > p_CurrBusyB->base ) in AddBusy()
414 p_NewBusyB->p_Next = p_CurrBusyB; in AddBusy()
416 p_PrevBusyB->p_Next = p_NewBusyB; in AddBusy()
418 p_MM->busyBlocks = p_NewBusyB; in AddBusy()
544 t_BusyBlock *p_NewBusyB; in MmGetGreaterAlignment() local
574 if ((p_NewBusyB = CreateBusyBlock(holdBase, size, name)) == NULL) in MmGetGreaterAlignment()
580 XX_Free(p_NewBusyB); in MmGetGreaterAlignment()
585 AddBusy ( p_MM, p_NewBusyB ); in MmGetGreaterAlignment()
706 t_BusyBlock *p_NewBusyB; in MM_Get() local
757 if ((p_NewBusyB = CreateBusyBlock(holdBase, size, name)) == NULL) in MM_Get()
767 XX_Free(p_NewBusyB); in MM_Get()
775 AddBusy ( p_MM, p_NewBusyB ); in MM_Get()
786 t_BusyBlock *p_NewBusyB; in MM_GetForce() local
814 if ((p_NewBusyB = CreateBusyBlock(base, size, name)) == NULL) in MM_GetForce()
824 XX_Free(p_NewBusyB); in MM_GetForce()
832 AddBusy ( p_MM, p_NewBusyB ); in MM_GetForce()
843 t_BusyBlock *p_NewBusyB; in MM_GetForceMin() local
903 if ((p_NewBusyB = CreateBusyBlock(holdBase, size, name)) == NULL) in MM_GetForceMin()
913 XX_Free(p_NewBusyB); in MM_GetForceMin()
921 AddBusy( p_MM, p_NewBusyB ); in MM_GetForceMin()