Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service.h170 void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line);
199 #define rtw_zvmalloc(sz) dbg_rtw_zmalloc((sz), MSTAT_TYPE_PHY, __FUNCTION__, __LINE__)
202 #define rtw_zvmalloc_f(sz, mstat_f) dbg_rtw_zmalloc((sz), ((mstat_f) & 0xff00) | MSTAT_TYPE_PHY, _…
206 #define rtw_zmalloc(sz) dbg_rtw_zmalloc((sz), MSTAT_TYPE_PHY, __FUNCTION__, __LINE__)
209 #define rtw_zmalloc_f(sz, mstat_f) dbg_rtw_zmalloc((sz), ((mstat_f) & 0xff00) | MSTAT_TYPE_PHY, _…
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/
Dosdep_service.c841 inline void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line) in dbg_rtw_zmalloc() function