Home
last modified time | relevance | path

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

/kernel/linux/linux-4.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 …]
/kernel/linux/linux-5.10/drivers/android/
Dbinder.c311 struct binder_node { struct
312 int debug_id;
313 spinlock_t lock;
314 struct binder_work work;
315 union {
319 struct binder_proc *proc;
320 struct hlist_head refs;
321 int internal_strong_refs;
322 int local_weak_refs;
323 int local_strong_refs;
[all …]