Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/android/
Dbinder_internal.h274 u8 has_weak_ref:1; member
Dbinder.c789 if (!node->has_weak_ref && list_empty(&node->work.entry)) { in binder_inc_node_nilocked()
839 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()
3943 int has_weak_ref; in binder_thread_read() local
3954 has_weak_ref = node->has_weak_ref; in binder_thread_read()
3956 if (weak && !has_weak_ref) { in binder_thread_read()
3957 node->has_weak_ref = 1; in binder_thread_read()
3968 if (!weak && has_weak_ref) in binder_thread_read()
3969 node->has_weak_ref = 0; in binder_thread_read()
3994 if (weak && !has_weak_ref) in binder_thread_read()
4009 if (!ret && !weak && has_weak_ref) in binder_thread_read()
[all …]
/Linux-v5.15/include/uapi/linux/android/
Dbinder.h208 __u32 has_weak_ref; member