Lines Matching defs:binder_node
229 struct binder_node { struct
230 int debug_id;
231 spinlock_t lock;
232 struct binder_work work;
233 union {
237 struct binder_proc *proc;
238 struct hlist_head refs;
239 int internal_strong_refs;
240 int local_weak_refs;
241 int local_strong_refs;
242 int tmp_refs;
243 binder_uintptr_t ptr;
244 binder_uintptr_t cookie;
245 struct {
255 struct {
263 bool has_async_transaction;
264 struct list_head async_todo;