Searched defs:binder_node (Results 1 – 2 of 2) sorted by relevance
362 struct binder_node { struct363 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;[all …]
311 struct binder_node { struct312 int debug_id;313 spinlock_t lock;314 struct binder_work work;315 union {319 struct binder_proc *proc;320 struct hlist_head refs;321 int internal_strong_refs;322 int local_weak_refs;323 int local_strong_refs;[all …]