Home
last modified time | relevance | path

Searched refs:has_weak_ref (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/android/
H A Dbinder_internal.h253 u8 has_weak_ref:1; member
H A Dbinder.c849 if (!node->has_weak_ref && list_empty(&node->work.entry)) { in binder_inc_node_nilocked()
899 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()
4516 int has_weak_ref; in binder_thread_read() local
4527 has_weak_ref = node->has_weak_ref; in binder_thread_read()
4529 if (weak && !has_weak_ref) { in binder_thread_read()
4530 node->has_weak_ref = 1; in binder_thread_read()
4541 if (!weak && has_weak_ref) in binder_thread_read()
4542 node->has_weak_ref = 0; in binder_thread_read()
4567 if (weak && !has_weak_ref) in binder_thread_read()
4582 if (!ret && !weak && has_weak_ref) in binder_thread_read()
[all …]
/openbmc/linux/include/uapi/linux/android/
H A Dbinder.h208 __u32 has_weak_ref; member