Lines Matching refs:binder_thread
406 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_deferred_thread_work_ilocked()
424 binder_enqueue_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_thread_work_ilocked()
441 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work()
484 static void binder_free_thread(struct binder_thread *thread);
488 static bool binder_has_work_ilocked(struct binder_thread *thread, in binder_has_work_ilocked()
497 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work()
508 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread) in binder_available_for_proc_work_ilocked()
520 struct binder_thread *thread; in binder_wakeup_poll_threads_ilocked()
523 thread = rb_entry(n, struct binder_thread, rb_node); in binder_wakeup_poll_threads_ilocked()
546 static struct binder_thread *
549 struct binder_thread *thread; in binder_select_thread_ilocked()
553 struct binder_thread, in binder_select_thread_ilocked()
579 struct binder_thread *thread, in binder_wakeup_thread_ilocked()
610 struct binder_thread *thread = binder_select_thread_ilocked(proc); in binder_wakeup_proc_ilocked()
779 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
780 struct binder_thread, todo); in binder_inc_node_nilocked()
1347 static void binder_pop_transaction_ilocked(struct binder_thread *target_thread, in binder_pop_transaction_ilocked()
1371 static void binder_thread_dec_tmpref(struct binder_thread *thread) in binder_thread_dec_tmpref()
1422 static struct binder_thread *binder_get_txn_from( in binder_get_txn_from()
1425 struct binder_thread *from; in binder_get_txn_from()
1446 static struct binder_thread *binder_get_txn_from_and_acq_inner( in binder_get_txn_from_and_acq_inner()
1450 struct binder_thread *from; in binder_get_txn_from_and_acq_inner()
1533 struct binder_thread *target_thread; in binder_send_failed_reply()
1855 struct binder_thread *thread, in binder_transaction_buffer_release()
2037 struct binder_thread *thread) in binder_translate_binder()
2090 struct binder_thread *thread) in binder_translate_handle()
2163 struct binder_thread *thread, in binder_translate_fd()
2227 struct binder_thread *thread, in binder_translate_fd_array()
2280 struct binder_thread *thread, in binder_fixup_parent()
2355 struct binder_thread *thread) in binder_proc_transaction()
2447 struct binder_thread *thread, in binder_transaction()
2460 struct binder_thread *target_thread = NULL; in binder_transaction()
2648 struct binder_thread *from; in binder_transaction()
3196 struct binder_thread *thread, in binder_free_buf()
3230 struct binder_thread *thread, in binder_thread_write()
3677 struct binder_thread *thread, uint32_t cmd) in binder_stat_br()
3688 struct binder_thread *thread, in binder_put_node_cmd()
3718 static int binder_wait_for_work(struct binder_thread *thread, in binder_wait_for_work()
3816 struct binder_thread *thread, in binder_thread_read()
3873 struct binder_thread *t_from; in binder_thread_read()
4281 static struct binder_thread *binder_get_thread_ilocked( in binder_get_thread_ilocked()
4282 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked()
4284 struct binder_thread *thread = NULL; in binder_get_thread_ilocked()
4290 thread = rb_entry(parent, struct binder_thread, rb_node); in binder_get_thread_ilocked()
4319 static struct binder_thread *binder_get_thread(struct binder_proc *proc) in binder_get_thread()
4321 struct binder_thread *thread; in binder_get_thread()
4322 struct binder_thread *new_thread; in binder_get_thread()
4360 static void binder_free_thread(struct binder_thread *thread) in binder_free_thread()
4369 struct binder_thread *thread) in binder_thread_release()
4465 struct binder_thread *thread = NULL; in binder_poll()
4488 struct binder_thread *thread) in binder_ioctl_write_read()
4664 struct binder_thread *thread; in binder_txns_pending_ilocked()
4670 thread = rb_entry(n, struct binder_thread, rb_node); in binder_txns_pending_ilocked()
4759 struct binder_thread *thread; in binder_ioctl()
5149 struct binder_thread *thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_flush()
5278 struct binder_thread *thread; in binder_deferred_release()
5280 thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_release()
5461 struct binder_thread *thread, in print_binder_thread_ilocked()
5554 print_binder_thread_ilocked(m, rb_entry(n, struct binder_thread, in print_binder_proc()
5708 struct binder_thread *thread; in print_binder_proc_stats()