Lines Matching defs:alloc
478 * @alloc: binder allocator bookkeeping
511 struct binder_alloc alloc;
2104 if (binder_alloc_copy_from_buffer(&proc->alloc, object, buffer,
2176 if (binder_alloc_copy_from_buffer(&proc->alloc, &object_offset,
2261 if (binder_alloc_copy_from_buffer(&proc->alloc,
2357 if (!binder_alloc_copy_from_buffer(&proc->alloc, &object_offset,
2486 &proc->alloc, &fd, buffer,
2755 * @alloc: binder_alloc associated with @buffer
2768 static int binder_do_deferred_txn_copies(struct binder_alloc *alloc,
2795 alloc, buffer,
2815 alloc, buffer,
3498 t->buffer = binder_alloc_new_buf(&target_proc->alloc, tr->data_size,
3520 err = binder_alloc_copy_to_buffer(&target_proc->alloc,
3537 &target_proc->alloc,
3582 if (binder_alloc_copy_from_buffer(&target_proc->alloc,
3601 &target_proc->alloc,
3642 binder_alloc_copy_to_buffer(&target_proc->alloc,
3659 binder_alloc_copy_to_buffer(&target_proc->alloc,
3679 binder_alloc_copy_to_buffer(&target_proc->alloc,
3747 ret = binder_alloc_copy_to_buffer(&target_proc->alloc,
3798 binder_alloc_copy_to_buffer(&target_proc->alloc,
3821 &target_proc->alloc,
3833 ret = binder_do_deferred_txn_copies(&target_proc->alloc, t->buffer,
3927 binder_alloc_free_buf(&target_proc->alloc, t->buffer);
4030 binder_alloc_free_buf(&proc->alloc, buffer);
4209 buffer = binder_alloc_prepare_to_free(&proc->alloc,
4589 if (binder_alloc_copy_to_buffer(&proc->alloc, t->buffer,
4603 err = binder_alloc_copy_from_buffer(&proc->alloc, &fd,
5165 binder_alloc_deferred_release(&proc->alloc);
5484 binder_selftest_alloc(&proc->alloc);
5697 binder_alloc_vma_close(&proc->alloc);
5735 return binder_alloc_mmap_handler(&proc->alloc, vma);
5770 binder_alloc_init(&proc->alloc);
6288 binder_alloc_print_allocated(m, &proc->alloc);
6405 binder_alloc_get_free_async_space(&proc->alloc);
6444 count = binder_alloc_get_allocated_count(&proc->alloc);
6447 binder_alloc_print_pages(m, &proc->alloc);
6715 size_t free_async_space = binder_alloc_get_free_async_space(&proc->alloc);