Searched defs:binder_buffer (Results 1 – 1 of 1) sorted by relevance
260 struct binder_buffer { struct261 struct list_head entry; /* free and allocated entries by addesss */262 struct rb_node rb_node; /* free entry by size or allocated entry */264 unsigned free:1;265 unsigned allow_user_free:1;266 unsigned async_transaction:1;267 unsigned debug_id:29;269 struct binder_transaction *transaction;271 struct binder_node *target_node;272 size_t data_size;[all …]