Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder_alloc.c431 size_t total_alloc_size = 0; in debug_no_space_locked() local
441 total_alloc_size += buffer_size; in debug_no_space_locked()
457 total_alloc_size, allocated_buffers, in debug_no_space_locked()
472 size_t total_alloc_size = 0; in debug_low_async_space_locked() local
493 total_alloc_size += binder_alloc_buffer_size(alloc, buffer); in debug_low_async_space_locked()
502 if (num_buffers > 50 || total_alloc_size > alloc->buffer_size / 4) { in debug_low_async_space_locked()
505 alloc->pid, pid, num_buffers, total_alloc_size); in debug_low_async_space_locked()
/linux/drivers/android/binder/range_alloc/
H A Dtree.rs381 let mut total_alloc_size = 0; in low_oneway_space() localVariable
386 total_alloc_size += desc.size; in low_oneway_space()
395 num_buffers > 50 || total_alloc_size > self.size / 4 in low_oneway_space()