Searched defs:binder_buffer (Results 1 – 2 of 2) sorted by relevance
116868 struct binder_buffer { struct116869 struct list_head entry;116870 struct rb_node rb_node;116871 unsigned int free: 1;116872 unsigned int clear_on_free: 1;116873 unsigned int allow_user_free: 1;116874 unsigned int async_transaction: 1;116875 unsigned int oneway_spam_suspect: 1;116876 unsigned int debug_id: 27;116877 struct binder_transaction *transaction;[all …]
123219 struct binder_buffer { struct123220 struct list_head entry;123221 struct rb_node rb_node;123222 unsigned int free: 1;123223 unsigned int clear_on_free: 1;123224 unsigned int allow_user_free: 1;123225 unsigned int async_transaction: 1;123226 unsigned int oneway_spam_suspect: 1;123227 unsigned int debug_id: 27;123228 struct binder_transaction *transaction;[all …]