Home
last modified time | relevance | path

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

/linux-5.10/drivers/android/
Dbinder.c302 struct binder_node { struct
303 int debug_id;
304 spinlock_t lock;
305 struct binder_work work;
306 union {
310 struct binder_proc *proc;
311 struct hlist_head refs;
312 int internal_strong_refs;
313 int local_weak_refs;
314 int local_strong_refs;
[all …]