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

/freebsd-current/sys/contrib/ncsw/etc/
H A Dmm.c167 * p_MM - pointer to the MM object
175 static t_Error AddFree(t_MM *p_MM, uint64_t base, uint64_t end) argument
186 p_CurrB = p_MM->freeBlocks[i];
231 p_MM->freeBlocks[i] = p_NewB;
247 p_MM->freeBlocks[i] = p_CurrB->p_Next;
271 p_MM->freeBlocks[i] = p_NewB;
298 * p_MM - pointer to the MM object
307 static t_Error CutFree(t_MM *p_MM, uint64_t holdBase, uint64_t holdEnd) argument
317 p_CurrB = p_MM->freeBlocks[i];
335 p_MM
398 AddBusy(t_MM *p_MM, t_BusyBlock *p_NewBusyB) argument
444 CutBusy(t_MM *p_MM, uint64_t base, uint64_t end) argument
541 MmGetGreaterAlignment(t_MM *p_MM, uint64_t size, uint64_t alignment, char* name) argument
598 t_MM *p_MM; local
655 t_MM *p_MM = (t_MM *)h_MM; local
704 t_MM *p_MM = (t_MM *)h_MM; local
784 t_MM *p_MM = (t_MM *)h_MM; local
841 t_MM *p_MM = (t_MM *)h_MM; local
930 t_MM *p_MM = (t_MM *)h_MM; local
982 t_MM *p_MM = (t_MM *)h_MM; local
1013 t_MM *p_MM = (t_MM *)h_MM; local
1073 t_MM *p_MM = (t_MM*)h_MM; local
1092 t_MM *p_MM = (t_MM*)h_MM; local
1104 t_MM *p_MM = (t_MM*)h_MM; local
1120 t_MM *p_MM = (t_MM*)h_MM; local
1130 t_MM *p_MM = (t_MM *)h_MM; local
[all...]

Completed in 121 milliseconds