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/ |
| D | linux_osl.h | 181 #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/ |
| D | linux_osl.c | 923 osl_debug_vmalloc(osl_t *osh, uint size, int line, const char* file) function 973 ptr = osl_debug_vmalloc(osh, size, line, file);
|