Lines Matching defs:binder_node
251 struct binder_node { struct
252 int debug_id;
253 spinlock_t lock;
254 struct binder_work work;
255 union {
259 struct binder_proc *proc;
260 struct hlist_head refs;
261 int internal_strong_refs;
262 int local_weak_refs;
263 int local_strong_refs;
264 int tmp_refs;
265 binder_uintptr_t ptr;
266 binder_uintptr_t cookie;
267 struct {
277 struct {
285 bool has_async_transaction;
286 struct list_head async_todo;