Searched defs:binder_buffer (Results 1 – 2 of 2) sorted by relevance
46 struct binder_buffer { struct47 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 free_in_progress:1;54 unsigned debug_id:28;56 struct binder_transaction *transaction;58 struct binder_node *target_node;[all …]
3299 binder_uintptr_t binder_buffer, size_t size, in binder_thread_write()3834 binder_uintptr_t binder_buffer, size_t size, in binder_thread_read()