Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/android/
Dbinder.c1500 static void binder_pop_transaction_ilocked(struct binder_thread *target_thread, in binder_pop_transaction_ilocked() argument
1503 BUG_ON(!target_thread); in binder_pop_transaction_ilocked()
1504 assert_spin_locked(&target_thread->proc->inner_lock); in binder_pop_transaction_ilocked()
1505 BUG_ON(target_thread->transaction_stack != t); in binder_pop_transaction_ilocked()
1506 BUG_ON(target_thread->transaction_stack->from != target_thread); in binder_pop_transaction_ilocked()
1507 target_thread->transaction_stack = in binder_pop_transaction_ilocked()
1508 target_thread->transaction_stack->from_parent; in binder_pop_transaction_ilocked()
1688 struct binder_thread *target_thread; in binder_send_failed_reply() local
1693 target_thread = binder_get_txn_from_and_acq_inner(t); in binder_send_failed_reply()
1694 if (target_thread) { in binder_send_failed_reply()
[all …]