Searched defs:binder_buffer (Results 1 – 2 of 2) sorted by relevance
39 struct binder_buffer { struct40 struct list_head entry; /* free and allocated entries by address */41 struct rb_node rb_node; /* free entry by size or allocated entry */43 unsigned free:1;44 unsigned allow_user_free:1;45 unsigned async_transaction:1;46 unsigned debug_id:29;48 struct binder_transaction *transaction;50 struct binder_node *target_node;51 size_t data_size;[all …]
3578 binder_uintptr_t binder_buffer, size_t size, in binder_thread_write()4163 binder_uintptr_t binder_buffer, size_t size, in binder_thread_read()