Searched refs:peak_total_tiler_heap_memory (Results 1 – 3 of 3) sorted by relevance
88 (unsigned long long)kctx->peak_total_tiler_heap_memory); in kbasep_csf_tiler_heap_total_debugfs_show()
818 if (kctx->running_total_tiler_heap_memory > kctx->peak_total_tiler_heap_memory) in kbase_csf_tiler_heap_init()819 kctx->peak_total_tiler_heap_memory = kctx->running_total_tiler_heap_memory; in kbase_csf_tiler_heap_init()1048 if (kctx->running_total_tiler_heap_memory > kctx->peak_total_tiler_heap_memory) in kbase_csf_tiler_heap_alloc_new_chunk()1049 kctx->peak_total_tiler_heap_memory = kctx->running_total_tiler_heap_memory; in kbase_csf_tiler_heap_alloc_new_chunk()
1943 u64 peak_total_tiler_heap_memory; member