Lines Matching defs:binder_node
302 struct binder_node { struct
303 int debug_id;
304 spinlock_t lock;
305 struct binder_work work;
306 union {
310 struct binder_proc *proc;
311 struct hlist_head refs;
312 int internal_strong_refs;
313 int local_weak_refs;
314 int local_strong_refs;
315 int tmp_refs;
316 binder_uintptr_t ptr;
317 binder_uintptr_t cookie;
318 struct {
328 struct {
336 bool has_async_transaction;
337 struct list_head async_todo;