Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/etc/
H A Dmm.c398 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
[all …]