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

/freebsd-11-stable/sys/contrib/ncsw/etc/
H A Dmm.h90 /* t_MM data structure defines parameters of the MM object */
91 typedef struct t_MM struct
98 } t_MM; typedef in typeref:struct:t_MM
H A Dmm.c175 static t_Error AddFree(t_MM *p_MM, uint64_t base, uint64_t end)
306 static t_Error CutFree(t_MM *p_MM, uint64_t holdBase, uint64_t holdEnd)
397 static void AddBusy(t_MM *p_MM, t_BusyBlock *p_NewBusyB)
443 static t_Error CutBusy(t_MM *p_MM, uint64_t base, uint64_t end)
540 static uint64_t MmGetGreaterAlignment(t_MM *p_MM, uint64_t size, uint64_t alignment, char* name)
594 t_MM *p_MM;
604 p_MM = (t_MM *)XX_Malloc(sizeof(t_MM));
642 t_MM *p_MM = (t_MM *)h_M
[all...]

Completed in 117 milliseconds