Lines Matching defs:binder_buffer
272 struct binder_buffer { struct
273 struct list_head entry; /* free and allocated entries by address */
274 struct rb_node rb_node; /* free entry by size or allocated entry */
276 unsigned free:1;
277 unsigned allow_user_free:1;
278 unsigned async_transaction:1;
279 unsigned debug_id:29;
281 struct binder_transaction *transaction;
283 struct binder_node *target_node;
284 size_t data_size;
285 size_t offsets_size;
286 uint8_t data[0];
1757 binder_uintptr_t binder_buffer, size_t size, in binder_thread_write()
2144 binder_uintptr_t binder_buffer, size_t size, in binder_thread_read()