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

/freebsd-current/sys/contrib/ncsw/etc/
H A Dmm.c931 t_BusyBlock *p_BusyB, *p_PrevBusyB; local
943 p_BusyB = p_MM->busyBlocks;
944 while ( p_BusyB && base != p_BusyB->base )
946 p_PrevBusyB = p_BusyB;
947 p_BusyB = p_BusyB->p_Next;
950 if ( !p_BusyB )
956 if ( AddFree( p_MM, p_BusyB->base, p_BusyB
1132 t_BusyBlock *p_BusyB; local
[all...]

Completed in 109 milliseconds