Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/android/
Dbinder_internal.h230 struct binder_node { struct
231 int debug_id;
232 spinlock_t lock;
233 struct binder_work work;
234 union {
238 struct binder_proc *proc;
239 struct hlist_head refs;
240 int internal_strong_refs;
241 int local_weak_refs;
242 int local_strong_refs;
[all …]
/kernel/linux/linux-5.10/drivers/android/
Dbinder.c328 struct binder_node { struct
329 int debug_id;
330 spinlock_t lock;
331 struct binder_work work;
332 union {
336 struct binder_proc *proc;
337 struct hlist_head refs;
338 int internal_strong_refs;
339 int local_weak_refs;
340 int local_strong_refs;
[all …]