Searched defs:binder_node (Results 1 – 2 of 2) 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 …]
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 …]