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()
355 for (n = rb_first(&alloc->allocated_buffers); n != NULL; in debug_low_async_space_locked()
451 size_t allocated_buffers = 0; in binder_alloc_new_buf_locked() local
458 for (n = rb_first(&alloc->allocated_buffers); n != NULL; in binder_alloc_new_buf_locked()
462 allocated_buffers++; in binder_alloc_new_buf_locked()
481 total_alloc_size, allocated_buffers, in binder_alloc_new_buf_locked()
686 rb_erase(&buffer->rb_node, &alloc->allocated_buffers); in binder_free_buf_locked()
822 while ((n = rb_first(&alloc->allocated_buffers))) { in binder_alloc_deferred_release()
902 for (n = rb_first(&alloc->allocated_buffers); n != NULL; n = rb_next(n)) in binder_alloc_print_allocated()
955 for (n = rb_first(&alloc->allocated_buffers); n != NULL; n = rb_next(n)) in binder_alloc_get_allocated_count()