Home
last modified time | relevance | path

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

/openbmc/linux/drivers/android/
H A Dbinder_internal.h251 u8 has_strong_ref:1; member
H A Dbinder.c830 node->has_strong_ref)) { in binder_inc_node_nilocked()
838 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()
899 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()
4517 int has_strong_ref; in binder_thread_read() local
4526 has_strong_ref = node->has_strong_ref; in binder_thread_read()
4534 if (strong && !has_strong_ref) { in binder_thread_read()
4535 node->has_strong_ref = 1; in binder_thread_read()
4539 if (!strong && has_strong_ref) in binder_thread_read()
4540 node->has_strong_ref = 0; in binder_thread_read()
4572 if (!ret && strong && !has_strong_ref) in binder_thread_read()
[all …]
/openbmc/linux/include/uapi/linux/android/
H A Dbinder.h207 __u32 has_strong_ref; member