Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h116662 struct binder_node { struct
116663 int debug_id;
116664 spinlock_t lock;
116665 struct binder_work work;
116666 union {
116670 struct binder_proc *proc;
116671 struct hlist_head refs;
116672 int internal_strong_refs;
116673 int local_weak_refs;
116674 int local_strong_refs;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h123013 struct binder_node { struct
123014 int debug_id;
123015 spinlock_t lock;
123016 struct binder_work work;
123017 union {
123021 struct binder_proc *proc;
123022 struct hlist_head refs;
123023 int internal_strong_refs;
123024 int local_weak_refs;
123025 int local_strong_refs;
[all …]