Searched refs:binder_alloc (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/android/ |
| H A D | binder_alloc.h | 68 struct binder_alloc *alloc; 107 struct binder_alloc { struct 127 struct binder_buffer *binder_alloc_new_buf(struct binder_alloc *alloc, argument 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, 143 void binder_alloc_deferred_release(struct binder_alloc *alloc); 144 int binder_alloc_get_allocated_count(struct binder_alloc *alloc); [all …]
|
| H A D | binder.c | 2465 static int binder_do_deferred_txn_copies(struct binder_alloc *alloc, in binder_do_deferred_txn_copies()
|
| /linux/drivers/android/tests/ |
| H 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() 370 static void gen_buf_offsets(struct kunit *test, struct binder_alloc *alloc, in gen_buf_offsets() 406 struct binder_alloc alloc; 423 struct binder_alloc *alloc = &priv->alloc; in binder_alloc_test_mmap() [all …]
|