Home
last modified time | relevance | path

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

/linux-6.15/drivers/android/
H A Dbinder_internal.h253 u8 has_strong_ref:1; member
H A Dbinder.c830 node->has_strong_ref)) { in binder_inc_node_nilocked()
4787 int has_strong_ref; in binder_thread_read() local
4796 has_strong_ref = node->has_strong_ref; in binder_thread_read()
4804 if (strong && !has_strong_ref) { in binder_thread_read()
4805 node->has_strong_ref = 1; in binder_thread_read()
4809 if (!strong && has_strong_ref) in binder_thread_read()
4810 node->has_strong_ref = 0; in binder_thread_read()
4842 if (!ret && strong && !has_strong_ref) in binder_thread_read()
4847 if (!ret && !strong && has_strong_ref) in binder_thread_read()
5479 new_node->has_strong_ref = 1; in binder_ioctl_set_ctx_mgr()
[all …]
/linux-6.15/include/uapi/linux/android/
H A Dbinder.h207 __u32 has_strong_ref; member