Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_mem.h281 void *__qdf_kmem_cache_alloc(qdf_kmem_cache_t cache);
H A Dqdf_mem.c3152 __qdf_kmem_cache_alloc(qdf_kmem_cache_t cache) in __qdf_kmem_cache_alloc() function
3162 qdf_export_symbol(__qdf_kmem_cache_alloc);
3186 __qdf_kmem_cache_alloc(qdf_kmem_cache_t cache) in __qdf_kmem_cache_alloc() function
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_mem.h775 return __qdf_kmem_cache_alloc(cache); in qdf_kmem_cache_alloc()