Lines Matching refs:allocated_buffers
104 struct rb_node **p = &alloc->allocated_buffers.rb_node; in binder_insert_allocated_buffer_locked()
123 rb_insert_color(&new_buffer->rb_node, &alloc->allocated_buffers); in binder_insert_allocated_buffer_locked()
130 struct rb_node *n = alloc->allocated_buffers.rb_node; in binder_alloc_prepare_to_free_locked()
340 for (n = rb_first(&alloc->allocated_buffers); n != NULL; in debug_low_async_space_locked()
436 size_t allocated_buffers = 0; in binder_alloc_new_buf_locked() local
443 for (n = rb_first(&alloc->allocated_buffers); n != NULL; in binder_alloc_new_buf_locked()
447 allocated_buffers++; in binder_alloc_new_buf_locked()
466 total_alloc_size, allocated_buffers, in binder_alloc_new_buf_locked()
670 rb_erase(&buffer->rb_node, &alloc->allocated_buffers); in binder_free_buf_locked()
814 while ((n = rb_first(&alloc->allocated_buffers))) { in binder_alloc_deferred_release()
894 for (n = rb_first(&alloc->allocated_buffers); n != NULL; n = rb_next(n)) in binder_alloc_print_allocated()
947 for (n = rb_first(&alloc->allocated_buffers); n != NULL; n = rb_next(n)) in binder_alloc_get_allocated_count()