Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/android/
Dbinder_internal.h229 struct binder_node { struct
230 int debug_id;
231 spinlock_t lock;
232 struct binder_work work;
233 union {
237 struct binder_proc *proc;
238 struct hlist_head refs;
239 int internal_strong_refs;
240 int local_weak_refs;
241 int local_strong_refs;
[all …]