Searched refs:busyBlocks (Results 1 – 2 of 2) sorted by relevance
404 p_CurrBusyB = p_MM->busyBlocks; in AddBusy()418 p_MM->busyBlocks = p_NewBusyB; in AddBusy()448 p_CurrB = p_MM->busyBlocks; in CutBusy()483 p_MM->busyBlocks = p_CurrB->p_Next; in CutBusy()625 p_MM->busyBlocks = 0; in MM_Init()665 p_BusyBlock = p_MM->busyBlocks; in MM_Free()943 p_BusyB = p_MM->busyBlocks; in MM_Put()966 p_MM->busyBlocks = p_BusyB->p_Next; in MM_Put()1135 p_BusyB = p_MM->busyBlocks; in MM_Dump()
97 t_BusyBlock *busyBlocks; /* List of busy blocks (Busy list) */ member