Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/etc/
H A Dmm.c931 t_BusyBlock *p_BusyB, *p_PrevBusyB; in MM_Put() local
943 p_BusyB = p_MM->busyBlocks; in MM_Put()
944 while ( p_BusyB && base != p_BusyB->base ) in MM_Put()
946 p_PrevBusyB = p_BusyB; in MM_Put()
947 p_BusyB = p_BusyB->p_Next; in MM_Put()
950 if ( !p_BusyB ) in MM_Put()
956 if ( AddFree( p_MM, p_BusyB->base, p_BusyB->end ) != E_OK ) in MM_Put()
964 p_PrevBusyB->p_Next = p_BusyB->p_Next; in MM_Put()
966 p_MM->busyBlocks = p_BusyB->p_Next; in MM_Put()
968 size = p_BusyB->end - p_BusyB->base; in MM_Put()
[all …]