Searched refs:binder_alloc (Results 1 – 8 of 8) sorted by relevance
| /drivers/android/ |
| A D | binder_alloc.h | 68 struct binder_alloc *alloc; 107 struct binder_alloc { struct 132 void binder_alloc_init(struct binder_alloc *alloc); 135 void binder_alloc_vma_close(struct binder_alloc *alloc); 137 binder_alloc_prepare_to_free(struct binder_alloc *alloc, 139 void binder_alloc_free_buf(struct binder_alloc *alloc, 141 int binder_alloc_mmap_handler(struct binder_alloc *alloc, 146 struct binder_alloc *alloc); 148 struct binder_alloc *alloc); 170 int binder_alloc_copy_to_buffer(struct binder_alloc *alloc, [all …]
|
| A D | binder_alloc.c | 129 struct binder_alloc *alloc, in binder_alloc_prepare_to_free_locked() 177 binder_set_installed_page(struct binder_alloc *alloc, in binder_set_installed_page() 254 static int binder_page_insert(struct binder_alloc *alloc, in binder_page_insert() 516 struct binder_alloc *alloc, in binder_alloc_new_buf_locked() 860 void binder_alloc_free_buf(struct binder_alloc *alloc, in binder_alloc_free_buf() 894 int binder_alloc_mmap_handler(struct binder_alloc *alloc, in binder_alloc_mmap_handler() 1042 struct binder_alloc *alloc) in binder_alloc_print_allocated() 1065 struct binder_alloc *alloc) in binder_alloc_print_pages() 1120 void binder_alloc_vma_close(struct binder_alloc *alloc) in binder_alloc_vma_close() 1141 struct binder_alloc *alloc = mdata->alloc; in binder_alloc_free_page() [all …]
|
| A D | binder_trace.h | 17 struct binder_alloc; 298 TP_PROTO(struct binder_alloc *alloc, bool allocate, 319 TP_PROTO(const struct binder_alloc *alloc, size_t page_index), 334 TP_PROTO(const struct binder_alloc *alloc, size_t page_index), 338 TP_PROTO(const struct binder_alloc *alloc, size_t page_index), 342 TP_PROTO(const struct binder_alloc *alloc, size_t page_index), 346 TP_PROTO(const struct binder_alloc *alloc, size_t page_index), 350 TP_PROTO(const struct binder_alloc *alloc, size_t page_index), 354 TP_PROTO(const struct binder_alloc *alloc, size_t page_index), 358 TP_PROTO(const struct binder_alloc *alloc, size_t page_index), [all …]
|
| A D | Makefile | 5 obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o binder_alloc.o
|
| A D | Kconfig | 47 Each test case runs using a pared-down binder_alloc struct and
|
| A D | binder_internal.h | 446 struct binder_alloc alloc;
|
| A D | binder.c | 2473 static int binder_do_deferred_txn_copies(struct binder_alloc *alloc, in binder_do_deferred_txn_copies()
|
| /drivers/android/tests/ |
| A D | binder_alloc_kunit.c | 141 struct binder_alloc *alloc, in check_buffer_pages_allocated() 165 struct binder_alloc *alloc, in binder_alloc_test_alloc_buf() 183 struct binder_alloc *alloc, in binder_alloc_test_free_buf() 205 struct binder_alloc *alloc) in binder_alloc_test_free_page() 230 struct binder_alloc *alloc, in binder_alloc_test_alloc_free() 299 static void permute_frees(struct kunit *test, struct binder_alloc *alloc, in permute_frees() 335 struct binder_alloc *alloc, in gen_buf_sizes() 406 struct binder_alloc alloc; 423 struct binder_alloc *alloc = &priv->alloc; in binder_alloc_test_mmap() 468 struct binder_alloc *alloc = vma->vm_private_data; in binder_alloc_test_vma_close() [all …]
|
Completed in 636 milliseconds