Searched refs:transaction_stack (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder_trace.h | 80 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 D | binder.c | 25 * node->async_todo), as well as thread->transaction_stack 541 * @transaction_stack: stack of in-progress transactions for this thread 570 struct binder_transaction *transaction_stack; member 981 return !thread->transaction_stack && in binder_available_for_proc_work_ilocked() 1835 BUG_ON(target_thread->transaction_stack != t); in binder_pop_transaction_ilocked() 1836 BUG_ON(target_thread->transaction_stack->from != target_thread); in binder_pop_transaction_ilocked() 1837 target_thread->transaction_stack = in binder_pop_transaction_ilocked() 1838 target_thread->transaction_stack->from_parent; in binder_pop_transaction_ilocked() 3225 in_reply_to = thread->transaction_stack; in binder_transaction() 3251 thread->transaction_stack in binder_transaction() [all...] |
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder_trace.h | 80 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 D | binder_internal.h | 452 * @transaction_stack: stack of in-progress transactions for this thread 483 struct binder_transaction *transaction_stack; member
|
H A D | binder.c | 25 * node->async_todo), as well as thread->transaction_stack 608 return !thread->transaction_stack && in binder_available_for_proc_work_ilocked() 1462 BUG_ON(target_thread->transaction_stack != t); in binder_pop_transaction_ilocked() 1463 BUG_ON(target_thread->transaction_stack->from != target_thread); in binder_pop_transaction_ilocked() 1464 target_thread->transaction_stack = in binder_pop_transaction_ilocked() 1465 target_thread->transaction_stack->from_parent; in binder_pop_transaction_ilocked() 2994 in_reply_to = thread->transaction_stack; in binder_transaction() 3020 thread->transaction_stack = in_reply_to->to_parent; in binder_transaction() 3033 if (target_thread->transaction_stack != in_reply_to) { in binder_transaction() 3036 target_thread->transaction_stack in binder_transaction() [all...] |
Completed in 13 milliseconds