Searched refs:binder_inc_ref_olocked (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 1584 * binder_inc_ref_olocked() - increment the ref for given handle 1593 static int binder_inc_ref_olocked(struct binder_ref *ref, int strong, in binder_inc_ref_olocked() function 1738 ret = binder_inc_ref_olocked(ref, strong, NULL); in binder_update_ref_for_handle() 1806 ret = binder_inc_ref_olocked(ref, strong, target_list); in binder_inc_ref_for_node()
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 1211 * binder_inc_ref_olocked() - increment the ref for given handle 1220 static int binder_inc_ref_olocked(struct binder_ref *ref, int strong, in binder_inc_ref_olocked() function 1365 ret = binder_inc_ref_olocked(ref, strong, NULL); in binder_update_ref_for_handle() 1433 ret = binder_inc_ref_olocked(ref, strong, target_list); in binder_inc_ref_for_node()
|
Completed in 16 milliseconds