Home
last modified time | relevance | path

Searched refs:has_weak_ref (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/android/
H A Dbinder.h95 __u32 has_weak_ref; member
/kernel/linux/linux-5.10/drivers/android/
H A Dbinder.c309 * @has_weak_ref: userspace notified of weak ref
351 u8 has_weak_ref:1; member
1260 if (!node->has_weak_ref && list_empty(&node->work.entry)) { in binder_inc_node_nilocked()
1310 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()
4741 int has_weak_ref; in binder_thread_read() local
4752 has_weak_ref = node->has_weak_ref; in binder_thread_read()
4754 if (weak && !has_weak_ref) { in binder_thread_read()
4755 node->has_weak_ref = 1; in binder_thread_read()
4766 if (!weak && has_weak_ref) in binder_thread_read()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/android/
H A Dbinder.h208 __u32 has_weak_ref; member
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder_internal.h211 * @has_weak_ref: userspace notified of weak ref
253 u8 has_weak_ref:1; member
H A Dbinder.c887 if (!node->has_weak_ref && list_empty(&node->work.entry)) { in binder_inc_node_nilocked()
937 if (proc && (node->has_strong_ref || node->has_weak_ref)) { in binder_dec_node_nilocked()
4572 int has_weak_ref; in binder_thread_read() local
4583 has_weak_ref = node->has_weak_ref; in binder_thread_read()
4585 if (weak && !has_weak_ref) { in binder_thread_read()
4586 node->has_weak_ref = 1; in binder_thread_read()
4597 if (!weak && has_weak_ref) in binder_thread_read()
4598 node->has_weak_ref = 0; in binder_thread_read()
4623 if (weak && !has_weak_ref) in binder_thread_read()
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/android/
H A Dbinder.h208 __u32 has_weak_ref; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/android/
H A Dbinder.h110 __u32 has_weak_ref; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/android/
H A Dbinder.h110 __u32 has_weak_ref; member

Completed in 19 milliseconds