Searched refs:transaction_stack (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/android/
H A Dbinder_trace.h80 TP_PROTO(bool proc_work, bool transaction_stack, bool thread_todo),
81 TP_ARGS(proc_work, transaction_stack, thread_todo),
85 __field(bool, transaction_stack)
90 __entry->transaction_stack = transaction_stack;
93 TP_printk("proc_work=%d transaction_stack=%d thread_todo=%d",
94 __entry->proc_work, __entry->transaction_stack,
H A Dbinder_internal.h452 * @transaction_stack: stack of in-progress transactions for this thread
483 struct binder_transaction *transaction_stack; member in struct:binder_thread
H A Dbinder.c25 * node->async_todo), as well as thread->transaction_stack
572 return !thread->transaction_stack &&
1426 BUG_ON(target_thread->transaction_stack != t);
1427 BUG_ON(target_thread->transaction_stack->from != target_thread);
1428 target_thread->transaction_stack =
1429 target_thread->transaction_stack->from_parent;
2960 in_reply_to = thread->transaction_stack;
2986 thread->transaction_stack = in_reply_to->to_parent;
2999 if (target_thread->transaction_stack != in_reply_to) {
3002 target_thread->transaction_stack
[all...]

Completed in 244 milliseconds