Lines Matching defs:binder_node
311 struct binder_node { struct
312 int debug_id;
313 spinlock_t lock;
314 struct binder_work work;
315 union {
319 struct binder_proc *proc;
320 struct hlist_head refs;
321 int internal_strong_refs;
322 int local_weak_refs;
323 int local_strong_refs;
324 int tmp_refs;
325 binder_uintptr_t ptr;
326 binder_uintptr_t cookie;
327 struct {
337 struct {
345 bool has_async_transaction;
346 struct list_head async_todo;