Searched defs:binder_buffer (Results 1 – 1 of 1) sorted by relevance
272 struct binder_buffer { struct273 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;[all …]