Home
last modified time | relevance | path

Searched refs:qdf_mem_malloc_debug (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_mem.h180 void *qdf_mem_malloc_debug(size_t size, const char *func, uint32_t line,
184 qdf_mem_malloc_debug(size, __func__, __LINE__, QDF_RET_IP, 0)
187 qdf_mem_malloc_debug(size, func, line, QDF_RET_IP, 0)
H A Dqdf_lock.h199 #define qdf_mem_malloc_debug(x, y, z) qdf_mem_malloc(x) macro
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_mem.c1507 void *qdf_mem_malloc_debug(size_t size, const char *func, uint32_t line, in qdf_mem_malloc_debug() function
1559 qdf_export_symbol(qdf_mem_malloc_debug);
1732 pages->cacheable_pages = qdf_mem_malloc_debug( in qdf_mem_multi_pages_alloc_debug()
1740 cacheable_pages[page_idx] = qdf_mem_malloc_debug( in qdf_mem_multi_pages_alloc_debug()
1747 pages->dma_pages = qdf_mem_malloc_debug( in qdf_mem_multi_pages_alloc_debug()