Searched defs:binder_node (Results 1 – 4 of 4) sorted by relevance
116662 struct binder_node { struct116663 int debug_id;116664 spinlock_t lock;116665 struct binder_work work;116666 union {116670 struct binder_proc *proc;116671 struct hlist_head refs;116672 int internal_strong_refs;116673 int local_weak_refs;116674 int local_strong_refs;[all …]
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 …]
123013 struct binder_node { struct123014 int debug_id;123015 spinlock_t lock;123016 struct binder_work work;123017 union {123021 struct binder_proc *proc;123022 struct hlist_head refs;123023 int internal_strong_refs;123024 int local_weak_refs;123025 int local_strong_refs;[all …]