Lines Matching defs:binder_node
233 struct binder_node { struct
234 int debug_id;
235 spinlock_t lock;
236 struct binder_work work;
237 union {
241 struct binder_proc *proc;
242 struct hlist_head refs;
243 int internal_strong_refs;
244 int local_weak_refs;
245 int local_strong_refs;
246 int tmp_refs;
247 binder_uintptr_t ptr;
248 binder_uintptr_t cookie;
249 struct {
259 struct {
267 bool has_async_transaction;
268 struct list_head async_todo;