Home
last modified time | relevance | path

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

/linux-6.15/drivers/android/
H A Dbinder_internal.h255 u8 has_weak_ref:1; member
H A Dbinder.c4786 int has_weak_ref; in binder_thread_read() local
4797 has_weak_ref = node->has_weak_ref; in binder_thread_read()
4799 if (weak && !has_weak_ref) { in binder_thread_read()
4800 node->has_weak_ref = 1; in binder_thread_read()
4811 if (!weak && has_weak_ref) in binder_thread_read()
4812 node->has_weak_ref = 0; in binder_thread_read()
4837 if (weak && !has_weak_ref) in binder_thread_read()
4852 if (!ret && !weak && has_weak_ref) in binder_thread_read()
5480 new_node->has_weak_ref = 1; in binder_ioctl_set_ctx_mgr()
5541 info->has_weak_ref = node->has_weak_ref; in binder_ioctl_get_node_debug_info()
[all …]
/linux-6.15/include/uapi/linux/android/
H A Dbinder.h208 __u32 has_weak_ref; member