Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/etc/
H A Dmm.c175 static t_Error AddFree(t_MM *p_MM, uint64_t base, uint64_t end) in AddFree()
307 static t_Error CutFree(t_MM *p_MM, uint64_t holdBase, uint64_t holdEnd) in CutFree()
398 static void AddBusy(t_MM *p_MM, t_BusyBlock *p_NewBusyB) in AddBusy()
444 static t_Error CutBusy(t_MM *p_MM, uint64_t base, uint64_t end) in CutBusy()
541 static uint64_t MmGetGreaterAlignment(t_MM *p_MM, uint64_t size, uint64_t alignment, char* name) in MmGetGreaterAlignment()
598 t_MM *p_MM; in MM_Init()
608 p_MM = (t_MM *)XX_Malloc(sizeof(t_MM)); in MM_Init()
655 t_MM *p_MM = (t_MM *)h_MM; in MM_Free()
704 t_MM *p_MM = (t_MM *)h_MM; in MM_Get()
784 t_MM *p_MM = (t_MM *)h_MM; in MM_GetForce()
[all …]
H A Dmm.h92 typedef struct t_MM struct
102 } t_MM; argument