Home
last modified time | relevance | path

Searched refs:is_mem_prealloc (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.h708 uint8_t *is_mem_prealloc);
715 uint8_t is_mem_prealloc);
751 uint8_t *is_mem_prealloc) in hif_mem_alloc_consistent_unaligned() argument
765 uint8_t is_mem_prealloc) in hif_mem_free_consistent_unaligned() argument
H A Dhif_main.c2758 uint8_t *is_mem_prealloc) in hif_mem_alloc_consistent_unaligned() argument
2764 *is_mem_prealloc = false; in hif_mem_alloc_consistent_unaligned()
2770 *is_mem_prealloc = true; in hif_mem_alloc_consistent_unaligned()
2781 *is_mem_prealloc ? "pre-alloc" : "dynamic-alloc", vaddr, in hif_mem_alloc_consistent_unaligned()
2792 uint8_t is_mem_prealloc) in hif_mem_free_consistent_unaligned() argument
2797 if (is_mem_prealloc) { in hif_mem_free_consistent_unaligned()
2835 pages->is_mem_prealloc) in hif_prealloc_put_multi_pages()
2838 if (!pages->is_mem_prealloc) in hif_prealloc_put_multi_pages()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_mem.h75 uint8_t is_mem_prealloc; member
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_wfds.c442 if (dl_wfds->mem_arena_pages[mem_arena].is_mem_prealloc) { in dp_wfds_free_mem_arena()
H A Dwlan_dp_prealloc.c879 mp->pages.is_mem_prealloc = true; in dp_prealloc_init()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c1282 qdf_assert(!srng->is_mem_prealloc); in dp_srng_aligned_mem_alloc_consistent()
1298 srng->is_mem_prealloc = true; in dp_srng_aligned_mem_alloc_consistent()
1309 srng->is_mem_prealloc ? "pre-alloc" : "dynamic-alloc", mem, in dp_srng_aligned_mem_alloc_consistent()
1317 if (srng->is_mem_prealloc) { in dp_srng_mem_free_consistent()
1350 pages->is_mem_prealloc = 0; in dp_desc_multi_pages_mem_alloc()
1364 pages->is_mem_prealloc ? "pre-alloc" : "dynamic-alloc", in dp_desc_multi_pages_mem_alloc()
1374 if (pages->is_mem_prealloc) { in dp_desc_multi_pages_mem_free()
H A Ddp_types.h897 uint8_t is_mem_prealloc; member