Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/android/
Dbinder_internal.h251 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;
[all …]