Lines Matching defs:alloc

1753 		if (binder_alloc_copy_from_buffer(&proc->alloc, object, buffer,
1825 if (binder_alloc_copy_from_buffer(&proc->alloc, &object_offset,
1910 if (binder_alloc_copy_from_buffer(&proc->alloc,
2008 if (!binder_alloc_copy_from_buffer(&proc->alloc, &object_offset,
2137 &proc->alloc, &fd, buffer,
2407 * @alloc: binder_alloc associated with @buffer
2420 static int binder_do_deferred_txn_copies(struct binder_alloc *alloc,
2447 alloc, buffer,
2467 alloc, buffer,
2871 binder_alloc_free_buf(&proc->alloc, buffer);
3284 t->buffer = binder_alloc_new_buf(&target_proc->alloc, tr->data_size,
3312 err = binder_alloc_copy_to_buffer(&target_proc->alloc,
3329 &target_proc->alloc,
3374 if (binder_alloc_copy_from_buffer(&target_proc->alloc,
3394 &target_proc->alloc,
3435 binder_alloc_copy_to_buffer(&target_proc->alloc,
3454 binder_alloc_copy_to_buffer(&target_proc->alloc,
3476 binder_alloc_copy_to_buffer(&target_proc->alloc,
3546 ret = binder_alloc_copy_to_buffer(&target_proc->alloc,
3601 binder_alloc_copy_to_buffer(&target_proc->alloc,
3626 &target_proc->alloc,
3638 ret = binder_do_deferred_txn_copies(&target_proc->alloc, t->buffer,
3749 binder_alloc_free_buf(&target_proc->alloc, t->buffer);
3865 binder_alloc_free_buf(&proc->alloc, buffer);
4045 buffer = binder_alloc_prepare_to_free(&proc->alloc,
4421 if (binder_alloc_copy_to_buffer(&proc->alloc, t->buffer,
5002 binder_alloc_deferred_release(&proc->alloc);
5433 binder_selftest_alloc(&proc->alloc);
5741 binder_alloc_vma_close(&proc->alloc);
5778 return binder_alloc_mmap_handler(&proc->alloc, vma);
5814 binder_alloc_init(&proc->alloc);
6337 binder_alloc_print_allocated(m, &proc->alloc);
6457 binder_alloc_get_free_async_space(&proc->alloc);
6496 count = binder_alloc_get_allocated_count(&proc->alloc);
6499 binder_alloc_print_pages(m, &proc->alloc);
6804 size_t free_async_space = binder_alloc_get_free_async_space(&proc->alloc);