• Home
  • Raw
  • Download

Lines Matching refs:binder_thread

560 struct binder_thread {  struct
599 struct binder_thread *from; argument
602 struct binder_thread *to_thread;
841 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_deferred_thread_work_ilocked()
859 binder_enqueue_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_thread_work_ilocked()
876 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work()
940 static void binder_free_thread(struct binder_thread *thread);
944 static bool binder_has_work_ilocked(struct binder_thread *thread, in binder_has_work_ilocked()
953 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work()
964 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread) in binder_available_for_proc_work_ilocked()
976 struct binder_thread *thread; in binder_wakeup_poll_threads_ilocked()
979 thread = rb_entry(n, struct binder_thread, rb_node); in binder_wakeup_poll_threads_ilocked()
1002 static struct binder_thread *
1005 struct binder_thread *thread; in binder_select_thread_ilocked()
1009 struct binder_thread, in binder_select_thread_ilocked()
1035 struct binder_thread *thread, in binder_wakeup_thread_ilocked()
1066 struct binder_thread *thread = binder_select_thread_ilocked(proc); in binder_wakeup_proc_ilocked()
1363 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
1364 struct binder_thread, todo); in binder_inc_node_nilocked()
1931 static void binder_pop_transaction_ilocked(struct binder_thread *target_thread, in binder_pop_transaction_ilocked()
1955 static void binder_thread_dec_tmpref(struct binder_thread *thread) in binder_thread_dec_tmpref()
2006 static struct binder_thread *binder_get_txn_from( in binder_get_txn_from()
2009 struct binder_thread *from; in binder_get_txn_from()
2030 static struct binder_thread *binder_get_txn_from_and_acq_inner( in binder_get_txn_from_and_acq_inner()
2034 struct binder_thread *from; in binder_get_txn_from_and_acq_inner()
2095 struct binder_thread *target_thread; in binder_send_failed_reply()
2591 struct binder_thread *thread) in binder_translate_binder()
2644 struct binder_thread *thread) in binder_translate_handle()
2717 struct binder_thread *thread, in binder_translate_fd()
2781 struct binder_thread *thread, in binder_translate_fd_array()
2834 struct binder_thread *thread, in binder_fixup_parent()
2908 struct binder_thread *thread) in binder_proc_transaction()
3039 struct binder_thread *thread, in binder_transaction()
3052 struct binder_thread *target_thread = NULL; in binder_transaction()
3233 struct binder_thread *from; in binder_transaction()
3804 struct binder_thread *thread, in binder_thread_write()
4243 struct binder_thread *thread, uint32_t cmd) in binder_stat_br()
4254 struct binder_thread *thread, in binder_put_node_cmd()
4284 static int binder_wait_for_work(struct binder_thread *thread, in binder_wait_for_work()
4382 struct binder_thread *thread, in binder_thread_read()
4439 struct binder_thread *t_from; in binder_thread_read()
4834 static struct binder_thread *binder_get_thread_ilocked( in binder_get_thread_ilocked()
4835 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked()
4837 struct binder_thread *thread = NULL; in binder_get_thread_ilocked()
4843 thread = rb_entry(parent, struct binder_thread, rb_node); in binder_get_thread_ilocked()
4874 static struct binder_thread *binder_get_thread(struct binder_proc *proc) in binder_get_thread()
4876 struct binder_thread *thread; in binder_get_thread()
4877 struct binder_thread *new_thread; in binder_get_thread()
4905 static void binder_free_thread(struct binder_thread *thread) in binder_free_thread()
4915 struct binder_thread *thread) in binder_thread_release()
5010 struct binder_thread *thread = NULL; in binder_poll()
5033 struct binder_thread *thread) in binder_ioctl_write_read()
5210 struct binder_thread *thread; in binder_ioctl()
5525 struct binder_thread *thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_flush()
5651 struct binder_thread *thread; in binder_deferred_release()
5653 thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_release()
5835 struct binder_thread *thread, in print_binder_thread_ilocked()
5929 print_binder_thread_ilocked(m, rb_entry(n, struct binder_thread, in print_binder_proc()
6081 struct binder_thread *thread; in print_binder_proc_stats()