Lines Matching refs:binder_thread

537 struct binder_thread {  struct
575 struct binder_thread *from; argument
578 struct binder_thread *to_thread;
816 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_deferred_thread_work_ilocked()
834 binder_enqueue_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_thread_work_ilocked()
851 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work()
915 static void binder_free_thread(struct binder_thread *thread);
919 static bool binder_has_work_ilocked(struct binder_thread *thread, in binder_has_work_ilocked()
928 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work()
939 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread) in binder_available_for_proc_work_ilocked()
951 struct binder_thread *thread; in binder_wakeup_poll_threads_ilocked()
954 thread = rb_entry(n, struct binder_thread, rb_node); in binder_wakeup_poll_threads_ilocked()
977 static struct binder_thread *
980 struct binder_thread *thread; in binder_select_thread_ilocked()
984 struct binder_thread, in binder_select_thread_ilocked()
1010 struct binder_thread *thread, in binder_wakeup_thread_ilocked()
1041 struct binder_thread *thread = binder_select_thread_ilocked(proc); in binder_wakeup_proc_ilocked()
1210 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
1211 struct binder_thread, todo); in binder_inc_node_nilocked()
1778 static void binder_pop_transaction_ilocked(struct binder_thread *target_thread, in binder_pop_transaction_ilocked()
1802 static void binder_thread_dec_tmpref(struct binder_thread *thread) in binder_thread_dec_tmpref()
1853 static struct binder_thread *binder_get_txn_from( in binder_get_txn_from()
1856 struct binder_thread *from; in binder_get_txn_from()
1877 static struct binder_thread *binder_get_txn_from_and_acq_inner( in binder_get_txn_from_and_acq_inner()
1881 struct binder_thread *from; in binder_get_txn_from_and_acq_inner()
1942 struct binder_thread *target_thread; in binder_send_failed_reply()
2438 struct binder_thread *thread) in binder_translate_binder()
2491 struct binder_thread *thread) in binder_translate_handle()
2564 struct binder_thread *thread, in binder_translate_fd()
2628 struct binder_thread *thread, in binder_translate_fd_array()
2681 struct binder_thread *thread, in binder_fixup_parent()
2755 struct binder_thread *thread) in binder_proc_transaction()
2842 struct binder_thread *thread, in binder_transaction()
2855 struct binder_thread *target_thread = NULL; in binder_transaction()
3037 struct binder_thread *from; in binder_transaction()
3598 struct binder_thread *thread, in binder_thread_write()
4037 struct binder_thread *thread, uint32_t cmd) in binder_stat_br()
4048 struct binder_thread *thread, in binder_put_node_cmd()
4078 static int binder_wait_for_work(struct binder_thread *thread, in binder_wait_for_work()
4176 struct binder_thread *thread, in binder_thread_read()
4233 struct binder_thread *t_from; in binder_thread_read()
4630 static struct binder_thread *binder_get_thread_ilocked( in binder_get_thread_ilocked()
4631 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked()
4633 struct binder_thread *thread = NULL; in binder_get_thread_ilocked()
4639 thread = rb_entry(parent, struct binder_thread, rb_node); in binder_get_thread_ilocked()
4668 static struct binder_thread *binder_get_thread(struct binder_proc *proc) in binder_get_thread()
4670 struct binder_thread *thread; in binder_get_thread()
4671 struct binder_thread *new_thread; in binder_get_thread()
4699 static void binder_free_thread(struct binder_thread *thread) in binder_free_thread()
4708 struct binder_thread *thread) in binder_thread_release()
4803 struct binder_thread *thread = NULL; in binder_poll()
4826 struct binder_thread *thread) in binder_ioctl_write_read()
5003 struct binder_thread *thread; in binder_ioctl()
5310 struct binder_thread *thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_flush()
5436 struct binder_thread *thread; in binder_deferred_release()
5438 thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_release()
5619 struct binder_thread *thread, in print_binder_thread_ilocked()
5712 print_binder_thread_ilocked(m, rb_entry(n, struct binder_thread, in print_binder_proc()
5864 struct binder_thread *thread; in print_binder_proc_stats()