Searched refs:dbg_rtw_zmalloc (Results 1 – 2 of 2) sorted by relevance
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
D | osdep_service.h | 170 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/ |
D | osdep_service.c | 841 inline void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line) in dbg_rtw_zmalloc() function
|