Searched defs:cachep (Results 1 – 1 of 1) sorted by relevance
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/mesh/ |
| D | rtw_mesh.c | 3050 void *_rtw_mcache_alloc(rtw_mcache *cachep) in _rtw_mcache_alloc() 3059 void _rtw_mcache_free(rtw_mcache *cachep, void *objp) in _rtw_mcache_free() 3069 inline void *dbg_rtw_mcache_alloc(rtw_mcache *cachep, const enum mstat_f flags, const char *func, c… in dbg_rtw_mcache_alloc() 3088 inline void dbg_rtw_mcache_free(rtw_mcache *cachep, void *pbuf, const enum mstat_f flags, const cha… in dbg_rtw_mcache_free() 3104 #define rtw_mcache_alloc(cachep) dbg_rtw_mcache_alloc(cachep, MSTAT_TYPE_PHY, __FUNCTION__, __LINE_… argument 3105 #define rtw_mcache_free(cachep, objp) dbg_rtw_mcache_free(cachep, objp, MSTAT_TYPE_PHY, __FUNCTION_… argument 3107 #define rtw_mcache_alloc(cachep) _rtw_mcache_alloc(cachep) argument 3108 #define rtw_mcache_free(cachep, objp) _rtw_mcache_free(cachep, objp) argument
|