Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/etc/
H A Dmm.h80 typedef struct t_BusyBlock struct
82 struct t_BusyBlock *p_Next; /* Pointer to the next free block */ argument
88 } t_BusyBlock; argument
97 t_BusyBlock *busyBlocks; /* List of busy blocks (Busy list) */
H A Dmm.c68 t_BusyBlock *p_BusyBlock; in CreateBusyBlock()
71 p_BusyBlock = (t_BusyBlock *)XX_Malloc(sizeof(t_BusyBlock)); in CreateBusyBlock()
400 t_BusyBlock *p_CurrBusyB, *p_PrevBusyB; in AddBusy()
457 t_BusyBlock *p_NextB; in CutBusy()
544 t_BusyBlock *p_NewBusyB; in MmGetGreaterAlignment()
657 t_BusyBlock *p_BusyBlock; in MM_Free()
706 t_BusyBlock *p_NewBusyB; in MM_Get()
786 t_BusyBlock *p_NewBusyB; in MM_GetForce()
843 t_BusyBlock *p_NewBusyB; in MM_GetForceMin()
931 t_BusyBlock *p_BusyB, *p_PrevBusyB; in MM_Put()
[all …]