Searched refs:p_PrevBusyB (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
403 p_PrevBusyB = 0;
408 p_PrevBusyB = p_CurrBusyB;
415 if ( p_PrevBusyB )
416 p_PrevBusyB->p_Next = p_NewBusyB;
931 t_BusyBlock *p_BusyB, *p_PrevBusyB; local
940 p_PrevBusyB = 0;
946 p_PrevBusyB = p_BusyB;
963 if ( p_PrevBusyB )
964 p_PrevBusyB
[all...]

Completed in 104 milliseconds