Lines Matching refs:p_PrevB
177 t_FreeBlock *p_PrevB, *p_CurrB, *p_NewB; in AddFree() local
185 p_PrevB = p_NewB = 0; in AddFree()
228 if (p_PrevB) in AddFree()
229 p_PrevB->p_Next = p_NewB; in AddFree()
244 if ( p_PrevB ) in AddFree()
245 p_PrevB->p_Next = p_CurrB->p_Next; in AddFree()
255 p_PrevB = p_CurrB; in AddFree()
268 if (p_PrevB) in AddFree()
269 p_PrevB->p_Next = p_NewB; in AddFree()
309 t_FreeBlock *p_PrevB, *p_CurrB, *p_NewB; in CutFree() local
316 p_PrevB = p_NewB = 0; in CutFree()
332 if (p_PrevB) in CutFree()
333 p_PrevB->p_Next = p_CurrB->p_Next; in CutFree()
363 if (p_PrevB) in CutFree()
364 p_PrevB->p_Next = p_CurrB->p_Next; in CutFree()
373 p_PrevB = p_CurrB; in CutFree()
446 t_BusyBlock *p_CurrB, *p_PrevB, *p_NewB; in CutBusy() local
449 p_PrevB = p_NewB = 0; in CutBusy()
480 if ( p_PrevB ) in CutBusy()
481 p_PrevB->p_Next = p_CurrB->p_Next; in CutBusy()
504 p_PrevB = p_CurrB; in CutBusy()