Searched refs:_rtw_malloc (Results 1 – 3 of 3) sorted by relevance
243 void *_rtw_malloc(u32 sz);275 #define rtw_vmalloc(sz) _rtw_malloc((sz))278 #define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz))282 #define rtw_malloc(sz) _rtw_malloc((sz))285 #define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz))
301 void *_rtw_malloc(u32 sz) in _rtw_malloc() function347 void *pbuf = _rtw_malloc(sz); in _rtw_zmalloc()407 skb = _rtw_malloc(sizeof(struct sk_buff)); in dev_alloc_skb()410 data = _rtw_malloc(size); in dev_alloc_skb()454 skb = _rtw_malloc(sizeof(struct sk_buff)); in dev_alloc_skb_coherent()830 p = _rtw_malloc((sz)); in dbg_rtw_malloc()
170 bssInfo.mgmt = (struct ieee80211_mgmt*)_rtw_malloc(bssInfo.mgmtLen); in indicate_wx_scan_get_result_event()