Searched refs:binder_ref_data (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder_trace.h | 18 struct binder_ref_data; 141 struct binder_ref_data *rdata), 166 struct binder_ref_data *rdata), 191 struct binder_ref_data *src_ref, 192 struct binder_ref_data *dest_ref),
|
H A D | binder.c | 377 * struct binder_ref_data - binder_ref counts and id 388 struct binder_ref_data { struct 397 * @data: binder_ref_data containing id, handle, and current refcounts 417 struct binder_ref_data data; 1669 struct binder_ref_data *rdata) in binder_get_node_from_ref() 1725 struct binder_ref_data *rdata) in binder_update_ref_for_handle() 1767 uint32_t desc, bool strong, struct binder_ref_data *rdata) in binder_dec_ref_for_handle() 1790 struct binder_ref_data *rdata) in binder_inc_ref_for_node() 2391 struct binder_ref_data rdata; in binder_transaction_buffer_release() 2531 struct binder_ref_data rdat in binder_translate_binder() [all...] |
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder_trace.h | 18 struct binder_ref_data; 170 struct binder_ref_data *rdata), 195 struct binder_ref_data *rdata), 220 struct binder_ref_data *src_ref, 221 struct binder_ref_data *dest_ref),
|
H A D | binder_internal.h | 279 * struct binder_ref_data - binder_ref counts and id 290 struct binder_ref_data { struct 299 * @data: binder_ref_data containing id, handle, and current refcounts 319 struct binder_ref_data data;
|
H A D | binder.c | 1296 struct binder_ref_data *rdata) in binder_get_node_from_ref() 1352 struct binder_ref_data *rdata) in binder_update_ref_for_handle() 1394 uint32_t desc, bool strong, struct binder_ref_data *rdata) in binder_dec_ref_for_handle() 1417 struct binder_ref_data *rdata) in binder_inc_ref_for_node() 2042 struct binder_ref_data rdata; in binder_transaction_buffer_release() 2182 struct binder_ref_data rdata; in binder_translate_binder() 2235 struct binder_ref_data src_rdata; in binder_translate_handle() 2276 struct binder_ref_data dest_rdata; in binder_translate_handle() 3900 struct binder_ref_data rdata; in binder_thread_write()
|
Completed in 16 milliseconds