Searched refs:binder_alloc_buffer_size (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/android/ |
D | binder_alloc.c | 60 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() 438 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_alloc_new_buf_locked() 461 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_alloc_new_buf_locked() 470 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_alloc_new_buf_locked() 488 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_alloc_new_buf_locked() 657 buffer_size = binder_alloc_buffer_size(alloc, buffer); in binder_free_buf_locked() 1121 size_t buffer_size = binder_alloc_buffer_size(alloc, buffer); in check_buffer() [all …]
|