Lines Matching refs:binder_thread
533 struct binder_thread { struct
571 struct binder_thread *from; argument
574 struct binder_thread *to_thread;
812 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_deferred_thread_work_ilocked()
830 binder_enqueue_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_thread_work_ilocked()
847 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work()
890 static void binder_free_thread(struct binder_thread *thread);
894 static bool binder_has_work_ilocked(struct binder_thread *thread, in binder_has_work_ilocked()
903 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work()
914 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread) in binder_available_for_proc_work_ilocked()
926 struct binder_thread *thread; in binder_wakeup_poll_threads_ilocked()
929 thread = rb_entry(n, struct binder_thread, rb_node); in binder_wakeup_poll_threads_ilocked()
952 static struct binder_thread *
955 struct binder_thread *thread; in binder_select_thread_ilocked()
959 struct binder_thread, in binder_select_thread_ilocked()
985 struct binder_thread *thread, in binder_wakeup_thread_ilocked()
1016 struct binder_thread *thread = binder_select_thread_ilocked(proc); in binder_wakeup_proc_ilocked()
1185 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
1186 struct binder_thread, todo); in binder_inc_node_nilocked()
1753 static void binder_pop_transaction_ilocked(struct binder_thread *target_thread, in binder_pop_transaction_ilocked()
1777 static void binder_thread_dec_tmpref(struct binder_thread *thread) in binder_thread_dec_tmpref()
1828 static struct binder_thread *binder_get_txn_from( in binder_get_txn_from()
1831 struct binder_thread *from; in binder_get_txn_from()
1852 static struct binder_thread *binder_get_txn_from_and_acq_inner( in binder_get_txn_from_and_acq_inner()
1856 struct binder_thread *from; in binder_get_txn_from_and_acq_inner()
1917 struct binder_thread *target_thread; in binder_send_failed_reply()
2412 struct binder_thread *thread) in binder_translate_binder()
2465 struct binder_thread *thread) in binder_translate_handle()
2538 struct binder_thread *thread, in binder_translate_fd()
2602 struct binder_thread *thread, in binder_translate_fd_array()
2655 struct binder_thread *thread, in binder_fixup_parent()
2729 struct binder_thread *thread) in binder_proc_transaction()
2815 struct binder_thread *thread, in binder_transaction()
2828 struct binder_thread *target_thread = NULL; in binder_transaction()
3016 struct binder_thread *from; in binder_transaction()
3577 struct binder_thread *thread, in binder_thread_write()
4023 struct binder_thread *thread, uint32_t cmd) in binder_stat_br()
4034 struct binder_thread *thread, in binder_put_node_cmd()
4064 static int binder_wait_for_work(struct binder_thread *thread, in binder_wait_for_work()
4162 struct binder_thread *thread, in binder_thread_read()
4219 struct binder_thread *t_from; in binder_thread_read()
4622 static struct binder_thread *binder_get_thread_ilocked( in binder_get_thread_ilocked()
4623 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked()
4625 struct binder_thread *thread = NULL; in binder_get_thread_ilocked()
4631 thread = rb_entry(parent, struct binder_thread, rb_node); in binder_get_thread_ilocked()
4660 static struct binder_thread *binder_get_thread(struct binder_proc *proc) in binder_get_thread()
4662 struct binder_thread *thread; in binder_get_thread()
4663 struct binder_thread *new_thread; in binder_get_thread()
4698 static void binder_free_thread(struct binder_thread *thread) in binder_free_thread()
4707 struct binder_thread *thread) in binder_thread_release()
4802 struct binder_thread *thread = NULL; in binder_poll()
4825 struct binder_thread *thread) in binder_ioctl_write_read()
5002 struct binder_thread *thread; in binder_ioctl()
5301 struct binder_thread *thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_flush()
5427 struct binder_thread *thread; in binder_deferred_release()
5429 thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_release()
5610 struct binder_thread *thread, in print_binder_thread_ilocked()
5703 print_binder_thread_ilocked(m, rb_entry(n, struct binder_thread, in print_binder_proc()
5855 struct binder_thread *thread; in print_binder_proc_stats()