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

/freebsd-13-stable/sys/contrib/ncsw/etc/
H A Dmm.h79 /* t_BusyBlock data structure defines parameters of the Busy Block */
80 typedef struct t_BusyBlock struct
82 struct t_BusyBlock *p_Next; /* Pointer to the next free block */
88 } t_BusyBlock; typedef in typeref:struct:t_BusyBlock
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)
68 t_BusyBlock *p_BusyBlock;
71 p_BusyBlock = (t_BusyBlock *)XX_Malloc(sizeof(t_BusyBlock));
398 static void AddBusy(t_MM *p_MM, t_BusyBlock *p_NewBusyB)
400 t_BusyBlock *p_CurrBusyB, *p_PrevBusyB;
446 t_BusyBlock *p_CurrB, *p_PrevB, *p_NewB;
457 t_BusyBlock *p_NextB;
544 t_BusyBlock *p_NewBusyB;
657 t_BusyBlock *p_BusyBloc
[all...]

Completed in 59 milliseconds