Lines Matching refs:binder_thread
596 struct binder_thread { struct
617 struct binder_thread *from; argument
620 struct binder_thread *to_thread;
822 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_deferred_thread_work_ilocked()
839 binder_enqueue_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_thread_work_ilocked()
855 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work()
919 static void binder_free_thread(struct binder_thread *thread);
983 static bool binder_has_work_ilocked(struct binder_thread *thread, in binder_has_work_ilocked()
992 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work()
1003 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread) in binder_available_for_proc_work_ilocked()
1015 struct binder_thread *thread; in binder_wakeup_poll_threads_ilocked()
1018 thread = rb_entry(n, struct binder_thread, rb_node); in binder_wakeup_poll_threads_ilocked()
1041 static struct binder_thread *
1044 struct binder_thread *thread; in binder_select_thread_ilocked()
1048 struct binder_thread, in binder_select_thread_ilocked()
1074 struct binder_thread *thread, in binder_wakeup_thread_ilocked()
1105 struct binder_thread *thread = binder_select_thread_ilocked(proc); in binder_wakeup_proc_ilocked()
1844 static void binder_pop_transaction_ilocked(struct binder_thread *target_thread, in binder_pop_transaction_ilocked()
1868 static void binder_thread_dec_tmpref(struct binder_thread *thread) in binder_thread_dec_tmpref()
1919 static struct binder_thread *binder_get_txn_from( in binder_get_txn_from()
1922 struct binder_thread *from; in binder_get_txn_from()
1943 static struct binder_thread *binder_get_txn_from_and_acq_inner( in binder_get_txn_from_and_acq_inner()
1946 struct binder_thread *from; in binder_get_txn_from_and_acq_inner()
1972 struct binder_thread *target_thread; in binder_send_failed_reply()
2330 struct binder_thread *thread) in binder_translate_binder()
2383 struct binder_thread *thread) in binder_translate_handle()
2452 struct binder_thread *thread, in binder_translate_fd()
2511 struct binder_thread *thread, in binder_translate_fd_array()
2567 struct binder_thread *thread, in binder_fixup_parent()
2633 struct binder_thread *thread) in binder_proc_transaction()
2720 struct binder_thread *thread, in binder_transaction()
2731 struct binder_thread *target_thread = NULL; in binder_transaction()
2886 struct binder_thread *from; in binder_transaction()
3298 struct binder_thread *thread, in binder_thread_write()
3759 struct binder_thread *thread, uint32_t cmd) in binder_stat_br()
3770 struct binder_thread *thread, in binder_put_node_cmd()
3800 static int binder_wait_for_work(struct binder_thread *thread, in binder_wait_for_work()
3833 struct binder_thread *thread, in binder_thread_read()
3889 struct binder_thread *t_from; in binder_thread_read()
4246 static struct binder_thread *binder_get_thread_ilocked( in binder_get_thread_ilocked()
4247 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked()
4249 struct binder_thread *thread = NULL; in binder_get_thread_ilocked()
4255 thread = rb_entry(parent, struct binder_thread, rb_node); in binder_get_thread_ilocked()
4284 static struct binder_thread *binder_get_thread(struct binder_proc *proc) in binder_get_thread()
4286 struct binder_thread *thread; in binder_get_thread()
4287 struct binder_thread *new_thread; in binder_get_thread()
4315 static void binder_free_thread(struct binder_thread *thread) in binder_free_thread()
4324 struct binder_thread *thread) in binder_thread_release()
4413 struct binder_thread *thread = NULL; in binder_poll()
4436 struct binder_thread *thread) in binder_ioctl_write_read()
4576 struct binder_thread *thread; in binder_ioctl()
4822 struct binder_thread *thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_flush()
4944 struct binder_thread *thread; in binder_deferred_release()
4946 thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_release()
5140 struct binder_thread *thread, in print_binder_thread_ilocked()
5233 print_binder_thread_ilocked(m, rb_entry(n, struct binder_thread, in print_binder_proc()
5382 struct binder_thread *thread; in print_binder_proc_stats()