Searched refs:transaction_stack (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | binder_trace.h | 104 TP_PROTO(bool proc_work, bool transaction_stack, bool thread_todo), 105 TP_ARGS(proc_work, transaction_stack, thread_todo), 109 __field(bool, transaction_stack) 114 __entry->transaction_stack = transaction_stack; 118 __entry->proc_work, __entry->transaction_stack,
|
| H A D | binder.c | 542 return !thread->transaction_stack && in binder_available_for_proc_work_ilocked() 1534 BUG_ON(target_thread->transaction_stack != t); in binder_pop_transaction_ilocked() 1535 BUG_ON(target_thread->transaction_stack->from != target_thread); in binder_pop_transaction_ilocked() 1536 target_thread->transaction_stack = in binder_pop_transaction_ilocked() 1537 target_thread->transaction_stack->from_parent; in binder_pop_transaction_ilocked() 3015 in_reply_to = thread->transaction_stack; in binder_transaction() 3041 thread->transaction_stack = in_reply_to->to_parent; in binder_transaction() 3051 if (target_thread->transaction_stack != in_reply_to) { in binder_transaction() 3054 target_thread->transaction_stack ? in binder_transaction() 3055 target_thread->transaction_stack->debug_id : 0, in binder_transaction() [all …]
|
| H A D | binder_internal.h | 521 struct binder_transaction *transaction_stack; member
|