Searched defs:binder_node (Results 1 – 1 of 1) sorted by relevance
251 struct binder_node { struct252 int debug_id;253 spinlock_t lock;254 struct binder_work work;255 union {259 struct binder_proc *proc;260 struct hlist_head refs;261 int internal_strong_refs;262 int local_weak_refs;263 int local_strong_refs;[all …]