Home
last modified time | relevance | path

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

/Linux-v6.6/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()
347 total_alloc_size += binder_alloc_buffer_size(alloc, buffer) in debug_low_async_space_locked()
424 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_alloc_new_buf_locked()
447 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_alloc_new_buf_locked()
456 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_alloc_new_buf_locked()
474 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_alloc_new_buf_locked()
643 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_free_buf_locked()
1119 size_t buffer_size = binder_alloc_buffer_size(alloc, buffer); in check_buffer()
[all …]