Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/etc/
H A Dmm.c202 t_FreeBlock *p_NextB; in AddFree() local
205 p_NextB = p_CurrB->p_Next; in AddFree()
207 XX_Free(p_NextB); in AddFree()
210 p_NextB = p_CurrB->p_Next; in AddFree()
211 if ( !p_NextB || (p_NextB && end < p_NextB->base) ) in AddFree()
217 p_CurrB->end = p_NextB->end; in AddFree()
218 p_CurrB->p_Next = p_NextB->p_Next; in AddFree()
219 XX_Free(p_NextB); in AddFree()
457 t_BusyBlock *p_NextB; in CutBusy() local
460 p_NextB = p_CurrB->p_Next; in CutBusy()
[all …]