Home
last modified time | relevance | path

Searched refs:binder_alloc (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/android/
A Dbinder_alloc.h72 struct binder_alloc *alloc;
100 struct binder_alloc { struct
117 void binder_selftest_alloc(struct binder_alloc *alloc); argument
130 extern void binder_alloc_init(struct binder_alloc *alloc);
134 binder_alloc_prepare_to_free(struct binder_alloc *alloc,
136 extern void binder_alloc_free_buf(struct binder_alloc *alloc,
143 struct binder_alloc *alloc);
145 struct binder_alloc *alloc);
154 binder_alloc_get_free_async_space(struct binder_alloc *alloc) in binder_alloc_get_free_async_space()
165 binder_alloc_copy_user_to_buffer(struct binder_alloc *alloc,
[all …]
A Dbinder_alloc_selftest.c92 static bool check_buffer_pages_allocated(struct binder_alloc *alloc, in check_buffer_pages_allocated()
115 static void binder_selftest_alloc_buf(struct binder_alloc *alloc, in binder_selftest_alloc_buf()
132 static void binder_selftest_free_buf(struct binder_alloc *alloc, in binder_selftest_free_buf()
156 static void binder_selftest_free_page(struct binder_alloc *alloc) in binder_selftest_free_page()
176 static void binder_selftest_alloc_free(struct binder_alloc *alloc, in binder_selftest_alloc_free()
205 static void binder_selftest_free_seq(struct binder_alloc *alloc, in binder_selftest_free_seq()
223 static void binder_selftest_alloc_size(struct binder_alloc *alloc, in binder_selftest_alloc_size()
249 static void binder_selftest_alloc_offset(struct binder_alloc *alloc, in binder_selftest_alloc_offset()
283 void binder_selftest_alloc(struct binder_alloc *alloc) in binder_selftest_alloc()
A Dbinder_alloc.c102 struct binder_alloc *alloc, struct binder_buffer *new_buffer) in binder_insert_allocated_buffer_locked()
127 struct binder_alloc *alloc, in binder_alloc_prepare_to_free_locked()
313 struct binder_alloc *alloc) in binder_alloc_get_vma()
367 struct binder_alloc *alloc, in binder_alloc_new_buf_locked()
702 void binder_alloc_free_buf(struct binder_alloc *alloc, in binder_alloc_free_buf()
735 int binder_alloc_mmap_handler(struct binder_alloc *alloc, in binder_alloc_mmap_handler()
889 struct binder_alloc *alloc) in binder_alloc_print_allocated()
906 struct binder_alloc *alloc) in binder_alloc_print_pages()
970 void binder_alloc_vma_close(struct binder_alloc *alloc) in binder_alloc_vma_close()
994 struct binder_alloc *alloc; in binder_alloc_free_page()
[all …]
A Dbinder_trace.h17 struct binder_alloc;
319 TP_PROTO(struct binder_alloc *alloc, bool allocate,
340 TP_PROTO(const struct binder_alloc *alloc, size_t page_index),
355 TP_PROTO(const struct binder_alloc *alloc, size_t page_index),
359 TP_PROTO(const struct binder_alloc *alloc, size_t page_index),
363 TP_PROTO(const struct binder_alloc *alloc, size_t page_index),
367 TP_PROTO(const struct binder_alloc *alloc, size_t page_index),
371 TP_PROTO(const struct binder_alloc *alloc, size_t page_index),
375 TP_PROTO(const struct binder_alloc *alloc, size_t page_index),
379 TP_PROTO(const struct binder_alloc *alloc, size_t page_index),
[all …]
A DMakefile5 obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o binder_alloc.o
A Dbinder_internal.h430 struct binder_alloc alloc;
A Dbinder.c2359 static int binder_do_deferred_txn_copies(struct binder_alloc *alloc, in binder_do_deferred_txn_copies()

Completed in 22 milliseconds