Searched refs:num_of_alloc_bytes (Results 1 – 3 of 3) sorted by relevance
71 heap->num_of_alloc_bytes += len; in ion_buffer_create()72 if (heap->num_of_alloc_bytes > heap->alloc_bytes_wm) in ion_buffer_create()73 heap->alloc_bytes_wm = heap->num_of_alloc_bytes; in ion_buffer_create()218 buffer->heap->num_of_alloc_bytes -= buffer->size; in ion_buffer_release()
345 heap->num_of_alloc_bytes = 0; in __ion_device_add_heap()355 &heap->num_of_alloc_bytes); in __ion_device_add_heap()
137 u64 num_of_alloc_bytes; member