Searched defs:binder_buffer (Results 1 – 2 of 2) sorted by relevance
42 struct binder_buffer { struct43 struct list_head entry; /* free and allocated entries by address */44 struct rb_node rb_node; /* free entry by size or allocated entry */46 unsigned free:1;47 unsigned clear_on_free:1;48 unsigned allow_user_free:1;49 unsigned async_transaction:1;50 unsigned oneway_spam_suspect:1;51 unsigned debug_id:27;53 struct binder_transaction *transaction;[all …]
3885 binder_uintptr_t binder_buffer, size_t size, in binder_thread_write()4465 binder_uintptr_t binder_buffer, size_t size, in binder_thread_read()