Searched refs:to_thread (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/android/ |
| H A D | binder_trace.h | 80 int to_proc, int to_thread), 81 TP_ARGS(t, from_proc, from_thread, to_proc, to_thread), 87 __field(int, to_thread) 96 __entry->to_thread = to_thread; 102 __entry->to_proc, __entry->to_thread, __entry->code, 114 __field(int, to_thread) 123 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0; 130 __entry->to_proc, __entry->to_thread, 429 __entry->to_tid = t->to_thread ? t->to_thread->pid : 0;
|
| H A D | binder.c | 214 int to_thread; member 1647 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local 1653 to_thread = t->to_thread ? t->to_thread->pid : 0; in binder_txn_latency_free() 1656 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread); in binder_txn_latency_free() 3032 if (t->to_thread && in binder_netlink_report() 3033 nla_put_u32(skb, BINDER_A_REPORT_TO_TID, t->to_thread->pid)) in binder_netlink_report() 3142 if (in_reply_to->to_thread != thread) { in binder_transaction() 3148 in_reply_to->to_thread ? in binder_transaction() 3149 in_reply_to->to_thread->pid : 0); in binder_transaction() 3285 if (tmp->to_thread != thread) { in binder_transaction() [all …]
|
| H A D | binder_internal.h | 538 struct binder_thread *to_thread; member
|
| /linux/drivers/android/binder/ |
| H A D | rust_binder_events.h | 40 __field(int, to_thread) 52 __entry->to_thread = thread ? thread->pid : 0; 59 __entry->to_proc, __entry->to_thread,
|