Home
last modified time | relevance | path

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

/openbmc/linux/drivers/android/
H A Dbinder_internal.h230 struct binder_node { struct
231 int debug_id;
232 spinlock_t lock;
234 union {
239 struct hlist_head refs;
241 int local_weak_refs;
242 int local_strong_refs;
243 int tmp_refs;
244 binder_uintptr_t ptr;
246 struct {
[all …]