Lines Matching defs:binder_node
328 struct binder_node { struct
329 int debug_id;
330 spinlock_t lock;
331 struct binder_work work;
332 union {
336 struct binder_proc *proc;
337 struct hlist_head refs;
338 int internal_strong_refs;
339 int local_weak_refs;
340 int local_strong_refs;
341 int tmp_refs;
342 binder_uintptr_t ptr;
343 binder_uintptr_t cookie;
344 struct {
354 struct {
362 bool has_async_transaction;
363 struct list_head async_todo;