Lines Matching defs:binder_buffer
46 struct binder_buffer { struct
47 struct list_head entry; /* free and allocated entries by address */
48 struct rb_node rb_node; /* free entry by size or allocated entry */
50 unsigned free:1;
51 unsigned allow_user_free:1;
52 unsigned async_transaction:1;
53 unsigned debug_id:29;
55 struct binder_transaction *transaction;
57 struct binder_node *target_node;
58 size_t data_size;
59 size_t offsets_size;
60 size_t extra_buffers_size;
61 void *data;