Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/android/ion/
Dion.c70 heap->num_of_alloc_bytes += len; in ion_buffer_create()
71 if (heap->num_of_alloc_bytes > heap->alloc_bytes_wm) in ion_buffer_create()
72 heap->alloc_bytes_wm = heap->num_of_alloc_bytes; in ion_buffer_create()
96 buffer->heap->num_of_alloc_bytes -= buffer->size; in ion_buffer_destroy()
583 heap->num_of_alloc_bytes = 0; in ion_device_add_heap()
593 &heap->num_of_alloc_bytes); in ion_device_add_heap()
Dion.h158 u64 num_of_alloc_bytes; member