Lines Matching defs:binder_node
362 struct binder_node { struct
363 int debug_id;
364 spinlock_t lock;
365 struct binder_work work;
366 union {
370 struct binder_proc *proc;
371 struct hlist_head refs;
372 int internal_strong_refs;
373 int local_weak_refs;
374 int local_strong_refs;
375 int tmp_refs;
376 binder_uintptr_t ptr;
377 binder_uintptr_t cookie;
378 struct {
388 struct {
395 bool has_async_transaction;
396 struct list_head async_todo;