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

/freebsd-current/sys/contrib/ncsw/etc/
H A Dmm.c400 t_BusyBlock *p_CurrBusyB, *p_PrevBusyB; local
404 p_CurrBusyB = p_MM->busyBlocks;
406 while ( p_CurrBusyB && p_NewBusyB->base > p_CurrBusyB->base )
408 p_PrevBusyB = p_CurrBusyB;
409 p_CurrBusyB = p_CurrBusyB->p_Next;
413 if ( p_CurrBusyB )
414 p_NewBusyB->p_Next = p_CurrBusyB;

Completed in 100 milliseconds