Home
last modified time | relevance | path

Searched defs:binder_node (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/android/
Dbinder.c362 struct binder_node { struct
363 int debug_id;
364 spinlock_t lock;
365 struct binder_work work;
366 union {
370 struct binder_proc *proc;
371 struct hlist_head refs;
372 int internal_strong_refs;
373 int local_weak_refs;
374 int local_strong_refs;
[all …]