Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/android/
Dbinder.c320 struct binder_node { struct
321 int debug_id;
322 spinlock_t lock;
323 struct binder_work work;
324 union {
328 struct binder_proc *proc;
329 struct hlist_head refs;
330 int internal_strong_refs;
331 int local_weak_refs;
332 int local_strong_refs;
[all …]