Home
last modified time | relevance | path

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

/freebsd/sys/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.c66 static t_BusyBlock * CreateBusyBlock(uint64_t base, uint64_t size, char *name) in CreateBusyBlock()
68 t_BusyBlock *p_BusyBlock; in CreateBusyBlock()
71 p_BusyBlock = (t_BusyBlock *)XX_Malloc(sizeof(t_BusyBlock)); in CreateBusyBlock()
398 static void AddBusy(t_MM *p_MM, t_BusyBlock *p_NewBusyB) in AddBusy()
400 t_BusyBlock *p_CurrBusyB, *p_PrevBusyB; in AddBusy()
446 t_BusyBlock *p_CurrB, *p_PrevB, *p_NewB; in CutBusy()
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()
[all …]