Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/android/
Dbinder_alloc.c60 static size_t binder_alloc_buffer_size(struct binder_alloc *alloc, in binder_alloc_buffer_size() function
79 new_buffer_size = binder_alloc_buffer_size(alloc, new_buffer); in binder_insert_free_buffer()
90 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_insert_free_buffer()
362 total_alloc_size += binder_alloc_buffer_size(alloc, buffer) in debug_low_async_space_locked()
432 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_alloc_new_buf_locked()
455 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_alloc_new_buf_locked()
464 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_alloc_new_buf_locked()
482 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_alloc_new_buf_locked()
648 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_free_buf_locked()
1094 size_t buffer_size = binder_alloc_buffer_size(alloc, buffer); in check_buffer()