Searched refs:pta_stats_alloc (Results 1 – 12 of 12) sorted by relevance
| /optee_os/core/include/mm/ |
| H A D | phys_mem.h | 22 void nex_phys_mem_stats(struct pta_stats_alloc *stats, bool reset); 33 void phys_mem_stats(struct pta_stats_alloc *stats, bool reset); 63 static inline void phys_mem_stats(struct pta_stats_alloc *stats, bool reset) in phys_mem_stats()
|
| H A D | tee_mm.h | 113 void tee_mm_get_pool_stats(tee_mm_pool_t *pool, struct pta_stats_alloc *stats,
|
| /optee_os/lib/libutee/include/ |
| H A D | pta_stats.h | 46 struct pta_stats_alloc { struct 73 struct pta_stats_alloc heap; argument
|
| /optee_os/core/mm/ |
| H A D | phys_mem.c | 151 static void add_pool_stats(tee_mm_pool_t *pool, struct pta_stats_alloc *stats, in add_pool_stats() 155 struct pta_stats_alloc s = { }; in add_pool_stats() 165 void nex_phys_mem_stats(struct pta_stats_alloc *stats, bool reset) in nex_phys_mem_stats() 216 void phys_mem_stats(struct pta_stats_alloc *stats, bool reset) in phys_mem_stats()
|
| H A D | tee_mm.c | 88 void tee_mm_get_pool_stats(tee_mm_pool_t *pool, struct pta_stats_alloc *stats, in tee_mm_get_pool_stats()
|
| /optee_os/core/include/tee/ |
| H A D | tee_fs.h | 68 TEE_Result rpmb_mem_stats(struct pta_stats_alloc *stats, bool reset); 82 static inline TEE_Result rpmb_mem_stats(struct pta_stats_alloc *stats __unused, in rpmb_mem_stats()
|
| /optee_os/lib/libutils/isoc/include/ |
| H A D | malloc.h | 85 void malloc_get_stats(struct pta_stats_alloc *stats); 125 void nex_malloc_get_stats(struct pta_stats_alloc *stats); 165 struct pta_stats_alloc *stats);
|
| /optee_os/core/pta/ |
| H A D | stats.c | 23 struct pta_stats_alloc *stats = NULL; in get_alloc_stats() 46 size_to_retrieve = sizeof(struct pta_stats_alloc); in get_alloc_stats()
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget_malloc.c | 139 struct pta_stats_alloc mstats; 320 struct pta_stats_alloc *stats) in gen_malloc_get_stats() 328 void malloc_get_stats(struct pta_stats_alloc *stats) in malloc_get_stats() 897 void raw_malloc_get_stats(struct malloc_ctx *ctx, struct pta_stats_alloc *stats) in raw_malloc_get_stats() 981 void nex_malloc_get_stats(struct pta_stats_alloc *stats) in nex_malloc_get_stats()
|
| /optee_os/lib/libutils/ext/ |
| H A D | mempool.c | 150 struct pta_stats_alloc stats = { }; in mempool_alloc()
|
| /optee_os/lib/libutee/ |
| H A D | user_ta_entry.c | 407 struct pta_stats_alloc stats = { }; in entry_dump_memstats()
|
| /optee_os/core/tee/ |
| H A D | tee_rpmb_fs.c | 3179 TEE_Result rpmb_mem_stats(struct pta_stats_alloc *stats, bool reset) in rpmb_mem_stats()
|