Lines Matching defs:binder_node
306 struct binder_node { struct
307 int debug_id;
308 spinlock_t lock;
309 struct binder_work work;
310 union {
314 struct binder_proc *proc;
315 struct hlist_head refs;
316 int internal_strong_refs;
317 int local_weak_refs;
318 int local_strong_refs;
319 int tmp_refs;
320 binder_uintptr_t ptr;
321 binder_uintptr_t cookie;
322 struct {
332 struct {
340 bool has_async_transaction;
341 struct list_head async_todo;