Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/process/plimits/
Dprocess_plimits_test.cpp567 size_t trd = fread(buf, 1, 512, fpid); in ReadFile() local
569 return trd; in ReadFile()
/kernel/linux/linux-5.10/drivers/android/
Dbinder.c4658 struct binder_transaction_data *trd = &tr.transaction_data; in binder_thread_read() local
4663 size_t trsize = sizeof(*trd); in binder_thread_read()
4863 trd->target.ptr = target_node->ptr; in binder_thread_read()
4864 trd->cookie = target_node->cookie; in binder_thread_read()
4874 trd->target.ptr = 0; in binder_thread_read()
4875 trd->cookie = 0; in binder_thread_read()
4878 trd->code = t->code; in binder_thread_read()
4879 trd->flags = t->flags; in binder_thread_read()
4880 trd->sender_euid = from_kuid(current_user_ns(), t->sender_euid); in binder_thread_read()
4886 trd->sender_pid = in binder_thread_read()
[all …]
/kernel/liteos_a/testsuites/unittest/container/
DIt_container_test.cpp104 size_t trd = fread(buf, 1, 512, fpid); in ReadFile() local
106 return trd; in ReadFile()