Searched refs:target_thread (Results 1 – 1 of 1) sorted by relevance
1502 static void binder_pop_transaction_ilocked(struct binder_thread *target_thread, in binder_pop_transaction_ilocked() argument1505 BUG_ON(!target_thread); in binder_pop_transaction_ilocked()1506 assert_spin_locked(&target_thread->proc->inner_lock); in binder_pop_transaction_ilocked()1507 BUG_ON(target_thread->transaction_stack != t); in binder_pop_transaction_ilocked()1508 BUG_ON(target_thread->transaction_stack->from != target_thread); in binder_pop_transaction_ilocked()1509 target_thread->transaction_stack = in binder_pop_transaction_ilocked()1510 target_thread->transaction_stack->from_parent; in binder_pop_transaction_ilocked()1661 struct binder_thread *target_thread; in binder_free_transaction() local1666 target_thread = t->to_thread; in binder_free_transaction()1672 if (target_thread) in binder_free_transaction()[all …]