Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/android/
Dbinder.c1941 binder_size_t off_start_offset, buffer_offset, off_end_offset; in binder_transaction_buffer_release() local
1953 off_end_offset = is_failure && failed_at ? failed_at : in binder_transaction_buffer_release()
1955 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction_buffer_release()
2883 binder_size_t off_start_offset, off_end_offset; in binder_transaction() local
3276 off_end_offset = off_start_offset + tr->offsets_size; in binder_transaction()
3277 sg_buf_offset = ALIGN(off_end_offset, sizeof(void *)); in binder_transaction()
3281 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction()