Home
last modified time | relevance | path

Searched refs:trsize (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder.c4677 size_t trsize = sizeof(*trd); in binder_thread_read() local
4955 trsize = sizeof(tr); in binder_thread_read()
4967 if (copy_to_user(ptr, &tr, trsize)) { in binder_thread_read()
4976 ptr += trsize; in binder_thread_read()
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder.c4500 size_t trsize = sizeof(*trd); in binder_thread_read() local
4786 trsize = sizeof(tr); in binder_thread_read()
4798 if (copy_to_user(ptr, &tr, trsize)) { in binder_thread_read()
4807 ptr += trsize; in binder_thread_read()

Completed in 18 milliseconds