Lines Matching defs:binder_node
320 struct binder_node { struct
321 int debug_id;
322 spinlock_t lock;
323 struct binder_work work;
324 union {
328 struct binder_proc *proc;
329 struct hlist_head refs;
330 int internal_strong_refs;
331 int local_weak_refs;
332 int local_strong_refs;
333 int tmp_refs;
334 binder_uintptr_t ptr;
335 binder_uintptr_t cookie;
336 struct {
346 struct {
354 bool has_async_transaction;
355 struct list_head async_todo;