Lines Matching defs:binder_node
232 struct binder_node { struct
233 int debug_id;
234 spinlock_t lock;
235 struct binder_work work;
236 union {
240 struct binder_proc *proc;
241 struct hlist_head refs;
242 int internal_strong_refs;
243 int local_weak_refs;
244 int local_strong_refs;
245 int tmp_refs;
246 binder_uintptr_t ptr;
247 binder_uintptr_t cookie;
248 struct {
258 struct {
268 bool has_async_transaction;
269 struct list_head async_todo;