Home
last modified time | relevance | path

Searched refs:total_alloc_size (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder_alloc.c352 size_t total_alloc_size = 0; in debug_low_async_space_locked() local
362 total_alloc_size += binder_alloc_buffer_size(alloc, buffer); in debug_low_async_space_locked()
370 if (num_buffers > 50 || total_alloc_size > alloc->buffer_size / 4) { in debug_low_async_space_locked()
373 alloc->pid, pid, num_buffers, total_alloc_size); in debug_low_async_space_locked()
446 size_t total_alloc_size = 0; in binder_alloc_new_buf_locked() local
456 total_alloc_size += buffer_size; in binder_alloc_new_buf_locked()
474 total_alloc_size, allocated_buffers, in binder_alloc_new_buf_locked()
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder_alloc.c337 size_t total_alloc_size = 0; in debug_low_async_space_locked() local
347 total_alloc_size += binder_alloc_buffer_size(alloc, buffer); in debug_low_async_space_locked()
356 if (num_buffers > 50 || total_alloc_size > alloc->buffer_size / 4) { in debug_low_async_space_locked()
359 alloc->pid, pid, num_buffers, total_alloc_size); in debug_low_async_space_locked()
438 size_t total_alloc_size = 0; in binder_alloc_new_buf_locked() local
448 total_alloc_size += buffer_size; in binder_alloc_new_buf_locked()
466 total_alloc_size, allocated_buffers, in binder_alloc_new_buf_locked()

Completed in 3 milliseconds