Lines Matching refs:binder_thread

457 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread,  in binder_enqueue_deferred_thread_work_ilocked()
475 binder_enqueue_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_thread_work_ilocked()
492 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work()
535 static void binder_free_thread(struct binder_thread *thread);
539 static bool binder_has_work_ilocked(struct binder_thread *thread, in binder_has_work_ilocked()
548 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work()
559 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread) in binder_available_for_proc_work_ilocked()
571 struct binder_thread *thread; in binder_wakeup_poll_threads_ilocked()
574 thread = rb_entry(n, struct binder_thread, rb_node); in binder_wakeup_poll_threads_ilocked()
597 static struct binder_thread *
600 struct binder_thread *thread; in binder_select_thread_ilocked()
604 struct binder_thread, in binder_select_thread_ilocked()
630 struct binder_thread *thread, in binder_wakeup_thread_ilocked()
661 struct binder_thread *thread = binder_select_thread_ilocked(proc); in binder_wakeup_proc_ilocked()
830 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
831 struct binder_thread, todo); in binder_inc_node_nilocked()
1410 static void binder_pop_transaction_ilocked(struct binder_thread *target_thread, in binder_pop_transaction_ilocked()
1434 static void binder_thread_dec_tmpref(struct binder_thread *thread) in binder_thread_dec_tmpref()
1485 static struct binder_thread *binder_get_txn_from( in binder_get_txn_from()
1488 struct binder_thread *from; in binder_get_txn_from()
1509 static struct binder_thread *binder_get_txn_from_and_acq_inner( in binder_get_txn_from_and_acq_inner()
1513 struct binder_thread *from; in binder_get_txn_from_and_acq_inner()
1598 struct binder_thread *target_thread; in binder_send_failed_reply()
1935 struct binder_thread *thread, in binder_transaction_buffer_release()
2116 struct binder_thread *thread) in binder_translate_binder()
2169 struct binder_thread *thread) in binder_translate_handle()
2242 struct binder_thread *thread, in binder_translate_fd()
2553 struct binder_thread *thread, in binder_translate_fd_array()
2617 struct binder_thread *thread, in binder_fixup_parent()
2735 struct binder_thread *thread) in binder_proc_transaction()
2858 struct binder_thread *from = binder_get_txn_from_and_acq_inner(t); in binder_set_txn_from_error()
2874 struct binder_thread *thread, in binder_transaction()
2888 struct binder_thread *target_thread = NULL; in binder_transaction()
3094 struct binder_thread *from; in binder_transaction()
3733 struct binder_thread *thread, in binder_free_buf()
3767 struct binder_thread *thread, in binder_thread_write()
4214 struct binder_thread *thread, uint32_t cmd) in binder_stat_br()
4225 struct binder_thread *thread, in binder_put_node_cmd()
4255 static int binder_wait_for_work(struct binder_thread *thread, in binder_wait_for_work()
4340 struct binder_thread *thread, in binder_thread_read()
4397 struct binder_thread *t_from; in binder_thread_read()
4805 static struct binder_thread *binder_get_thread_ilocked( in binder_get_thread_ilocked()
4806 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked()
4808 struct binder_thread *thread = NULL; in binder_get_thread_ilocked()
4814 thread = rb_entry(parent, struct binder_thread, rb_node); in binder_get_thread_ilocked()
4844 static struct binder_thread *binder_get_thread(struct binder_proc *proc) in binder_get_thread()
4846 struct binder_thread *thread; in binder_get_thread()
4847 struct binder_thread *new_thread; in binder_get_thread()
4886 static void binder_free_thread(struct binder_thread *thread) in binder_free_thread()
4895 struct binder_thread *thread) in binder_thread_release()
4988 struct binder_thread *thread = NULL; in binder_poll()
5011 struct binder_thread *thread) in binder_ioctl_write_read()
5187 struct binder_thread *thread; in binder_txns_pending_ilocked()
5193 thread = rb_entry(n, struct binder_thread, rb_node); in binder_txns_pending_ilocked()
5278 static int binder_ioctl_get_extended_error(struct binder_thread *thread, in binder_ioctl_get_extended_error()
5298 struct binder_thread *thread; in binder_ioctl()
5694 struct binder_thread *thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_flush()
5823 struct binder_thread *thread; in binder_deferred_release()
5825 thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_release()
6006 struct binder_thread *thread, in print_binder_thread_ilocked()
6099 print_binder_thread_ilocked(m, rb_entry(n, struct binder_thread, in print_binder_proc()
6253 struct binder_thread *thread; in print_binder_proc_stats()