Searched defs:binder_node (Results 1 – 2 of 2) sorted by relevance
57870 struct binder_node { struct57871 int debug_id;57872 spinlock_t lock;57873 struct binder_work work;57874 union {57878 struct binder_proc *proc;57879 struct hlist_head refs;57880 int internal_strong_refs;57881 int local_weak_refs;57882 int local_strong_refs;[all …]