Lines Matching refs:binder_thread

406 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread,  in binder_enqueue_deferred_thread_work_ilocked()
424 binder_enqueue_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_thread_work_ilocked()
441 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work()
484 static void binder_free_thread(struct binder_thread *thread);
488 static bool binder_has_work_ilocked(struct binder_thread *thread, in binder_has_work_ilocked()
497 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work()
508 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread) in binder_available_for_proc_work_ilocked()
520 struct binder_thread *thread; in binder_wakeup_poll_threads_ilocked()
523 thread = rb_entry(n, struct binder_thread, rb_node); in binder_wakeup_poll_threads_ilocked()
546 static struct binder_thread *
549 struct binder_thread *thread; in binder_select_thread_ilocked()
553 struct binder_thread, in binder_select_thread_ilocked()
579 struct binder_thread *thread, in binder_wakeup_thread_ilocked()
610 struct binder_thread *thread = binder_select_thread_ilocked(proc); in binder_wakeup_proc_ilocked()
779 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
780 struct binder_thread, todo); in binder_inc_node_nilocked()
1347 static void binder_pop_transaction_ilocked(struct binder_thread *target_thread, in binder_pop_transaction_ilocked()
1371 static void binder_thread_dec_tmpref(struct binder_thread *thread) in binder_thread_dec_tmpref()
1422 static struct binder_thread *binder_get_txn_from( in binder_get_txn_from()
1425 struct binder_thread *from; in binder_get_txn_from()
1446 static struct binder_thread *binder_get_txn_from_and_acq_inner( in binder_get_txn_from_and_acq_inner()
1450 struct binder_thread *from; in binder_get_txn_from_and_acq_inner()
1533 struct binder_thread *target_thread; in binder_send_failed_reply()
1855 struct binder_thread *thread, in binder_transaction_buffer_release()
2036 struct binder_thread *thread) in binder_translate_binder()
2089 struct binder_thread *thread) in binder_translate_handle()
2162 struct binder_thread *thread, in binder_translate_fd()
2226 struct binder_thread *thread, in binder_translate_fd_array()
2279 struct binder_thread *thread, in binder_fixup_parent()
2354 struct binder_thread *thread) in binder_proc_transaction()
2446 struct binder_thread *thread, in binder_transaction()
2459 struct binder_thread *target_thread = NULL; in binder_transaction()
2647 struct binder_thread *from; in binder_transaction()
3187 struct binder_thread *thread, in binder_free_buf()
3221 struct binder_thread *thread, in binder_thread_write()
3668 struct binder_thread *thread, uint32_t cmd) in binder_stat_br()
3679 struct binder_thread *thread, in binder_put_node_cmd()
3709 static int binder_wait_for_work(struct binder_thread *thread, in binder_wait_for_work()
3807 struct binder_thread *thread, in binder_thread_read()
3864 struct binder_thread *t_from; in binder_thread_read()
4272 static struct binder_thread *binder_get_thread_ilocked( in binder_get_thread_ilocked()
4273 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked()
4275 struct binder_thread *thread = NULL; in binder_get_thread_ilocked()
4281 thread = rb_entry(parent, struct binder_thread, rb_node); in binder_get_thread_ilocked()
4310 static struct binder_thread *binder_get_thread(struct binder_proc *proc) in binder_get_thread()
4312 struct binder_thread *thread; in binder_get_thread()
4313 struct binder_thread *new_thread; in binder_get_thread()
4352 static void binder_free_thread(struct binder_thread *thread) in binder_free_thread()
4361 struct binder_thread *thread) in binder_thread_release()
4454 struct binder_thread *thread = NULL; in binder_poll()
4477 struct binder_thread *thread) in binder_ioctl_write_read()
4653 struct binder_thread *thread; in binder_txns_pending_ilocked()
4659 thread = rb_entry(n, struct binder_thread, rb_node); in binder_txns_pending_ilocked()
4748 struct binder_thread *thread; in binder_ioctl()
5139 struct binder_thread *thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_flush()
5268 struct binder_thread *thread; in binder_deferred_release()
5270 thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_release()
5451 struct binder_thread *thread, in print_binder_thread_ilocked()
5544 print_binder_thread_ilocked(m, rb_entry(n, struct binder_thread, in print_binder_proc()
5698 struct binder_thread *thread; in print_binder_proc_stats()