Home
last modified time | relevance | path

Searched refs:qdf_flex_mem_pool (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_flex_mem.h51 struct qdf_flex_mem_pool { struct
79 struct qdf_flex_mem_pool name; \
86 struct qdf_flex_mem_pool name = { \
98 void qdf_flex_mem_init(struct qdf_flex_mem_pool *pool);
106 void qdf_flex_mem_deinit(struct qdf_flex_mem_pool *pool);
119 void *qdf_flex_mem_alloc(struct qdf_flex_mem_pool *pool);
132 void qdf_flex_mem_free(struct qdf_flex_mem_pool *pool, void *ptr);
/wlan-driver/qca-wifi-host-cmn/qdf/src/
H A Dqdf_flex_mem.c29 qdf_flex_mem_seg_alloc(struct qdf_flex_mem_pool *pool) in qdf_flex_mem_seg_alloc()
47 void qdf_flex_mem_init(struct qdf_flex_mem_pool *pool) in qdf_flex_mem_init()
58 void qdf_flex_mem_deinit(struct qdf_flex_mem_pool *pool) in qdf_flex_mem_deinit()
76 static void *__qdf_flex_mem_alloc(struct qdf_flex_mem_pool *pool) in __qdf_flex_mem_alloc()
106 void *qdf_flex_mem_alloc(struct qdf_flex_mem_pool *pool) in qdf_flex_mem_alloc()
122 static void qdf_flex_mem_seg_free(struct qdf_flex_mem_pool *pool, in qdf_flex_mem_seg_free()
135 static void __qdf_flex_mem_free(struct qdf_flex_mem_pool *pool, void *ptr) in __qdf_flex_mem_free()
162 void qdf_flex_mem_free(struct qdf_flex_mem_pool *pool, void *ptr) in qdf_flex_mem_free()