Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/etc/
H A Dmm.c400 t_BusyBlock *p_CurrBusyB, *p_PrevBusyB; in AddBusy() local
403 p_PrevBusyB = 0; in AddBusy()
408 p_PrevBusyB = p_CurrBusyB; in AddBusy()
415 if ( p_PrevBusyB ) in AddBusy()
416 p_PrevBusyB->p_Next = p_NewBusyB; in AddBusy()
931 t_BusyBlock *p_BusyB, *p_PrevBusyB; in MM_Put() local
940 p_PrevBusyB = 0; in MM_Put()
946 p_PrevBusyB = p_BusyB; in MM_Put()
963 if ( p_PrevBusyB ) in MM_Put()
964 p_PrevBusyB->p_Next = p_BusyB->p_Next; in MM_Put()