Searched refs:osl_debug_vmallocz (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 | 182 #define VMALLOCZ(osh, size) osl_debug_vmallocz((osh), (size), __LINE__, __FILE__) 191 extern void *osl_debug_vmallocz(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 | 969 osl_debug_vmallocz(osl_t *osh, uint size, int line, const char* file) function
|