Lines Matching full:busy

53  *      Initializes a new busy block of "size" bytes and started
54 * rom "base" address. Each busy block has a name that
58 * base - base address of the busy block
59 * size - size of the busy block
60 * name - name that specified the busy block
386 * Adds a new busy block to the list of busy blocks. Note,
387 * that all busy blocks are ordered by their base address in
388 * the busy list.
392 * p_NewBusyB - pointer to the a busy block
402 /* finds a place of a new busy block in the list of busy blocks */ in AddBusy()
412 /* insert the new busy block into the list of busy blocks */ in AddBusy()
425 * Cuts a block from base to end from the list of busy blocks.
426 * This is done by updating the list of busy blocks do not
428 * given block is a part of some other busy block, so that
429 * busy block is updated. If there are number of busy blocks
431 * from the busy list and the end blocks are updated.
433 * busy block is added to the busy list.
437 * base - base address of a given busy block
438 * end - end address of a given busy block
526 * It is also creates a busy block that holds
573 /* init a new busy block */ in MmGetGreaterAlignment()
584 /* insert the new busy block into the list of busy blocks */ in MmGetGreaterAlignment()
624 /* A busy list is empty */ in MM_Init()
664 /* release memory allocated for busy blocks */ in MM_Free()
756 /* init a new busy block */ in MM_Get()
774 /* insert the new busy block into the list of busy blocks */ in MM_Get()
813 /* init a new busy block */ in MM_GetForce()
831 /* insert the new busy block into the list of busy blocks */ in MM_GetForce()
902 /* init a new busy block */ in MM_GetForceMin()
920 /* insert the new busy block into the list of busy blocks */ in MM_GetForceMin()
937 /* Look for a busy block that have the given base value. in MM_Put()
962 /* removes a busy block form the list of busy blocks */ in MM_Put()
1136 XX_Print("List of busy blocks:\n"); in MM_Dump()