Home
last modified time | relevance | path

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

/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dlinux_osl.h181 #define VMALLOC(osh, size) osl_debug_vmalloc((osh), (size), __LINE__, __FILE__)
190 extern void *osl_debug_vmalloc(osl_t *osh, uint size, int line, const char* file);
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dlinux_osl.c923 osl_debug_vmalloc(osl_t *osh, uint size, int line, const char* file) function
973 ptr = osl_debug_vmalloc(osh, size, line, file);