Lines Matching defs:binder_node
230 struct binder_node { struct
231 int debug_id;
232 spinlock_t lock;
233 struct binder_work work;
234 union {
238 struct binder_proc *proc;
239 struct hlist_head refs;
240 int internal_strong_refs;
241 int local_weak_refs;
242 int local_strong_refs;
243 int tmp_refs;
244 binder_uintptr_t ptr;
245 binder_uintptr_t cookie;
246 struct {
256 struct {
264 bool has_async_transaction;
265 struct list_head async_todo;