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

/freebsd-11-stable/sys/contrib/ncsw/etc/
H A Dmm.h68 /* t_FreeBlock data stucutre defines parameters of the Free Block */
69 typedef struct t_FreeBlock struct
71 struct t_FreeBlock *p_Next; /* Pointer to the next free block */
75 } t_FreeBlock; typedef in typeref:struct:t_FreeBlock
95 t_FreeBlock *freeBlocks[MM_MAX_ALIGNMENT + 1];
H A Dmm.c139 static t_FreeBlock * CreateFreeBlock(uint64_t base, uint64_t size)
141 t_FreeBlock *p_FreeBlock;
143 p_FreeBlock = (t_FreeBlock *)XX_Malloc(sizeof(t_FreeBlock));
177 t_FreeBlock *p_PrevB, *p_CurrB, *p_NewB;
202 t_FreeBlock *p_NextB;
308 t_FreeBlock *p_PrevB, *p_CurrB, *p_NewB;
542 t_FreeBlock *p_FreeB;
645 t_FreeBlock *p_FreeBlock;
692 t_FreeBlock *p_Free
[all...]

Completed in 57 milliseconds