Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder.c1510 static void binder_pop_transaction_ilocked(struct binder_thread *target_thread, in binder_pop_transaction_ilocked() argument
1513 BUG_ON(!target_thread); in binder_pop_transaction_ilocked()
1514 assert_spin_locked(&target_thread->proc->inner_lock); in binder_pop_transaction_ilocked()
1515 BUG_ON(target_thread->transaction_stack != t); in binder_pop_transaction_ilocked()
1516 BUG_ON(target_thread->transaction_stack->from != target_thread); in binder_pop_transaction_ilocked()
1517 target_thread->transaction_stack = in binder_pop_transaction_ilocked()
1518 target_thread->transaction_stack->from_parent; in binder_pop_transaction_ilocked()
1697 struct binder_thread *target_thread; in binder_send_failed_reply() local
1702 target_thread in binder_send_failed_reply()
3011 struct binder_thread *target_thread = NULL; binder_transaction() local
[all...]