Lines Matching refs:binder_thread
458 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_deferred_thread_work_ilocked()
476 binder_enqueue_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_thread_work_ilocked()
503 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work()
546 static void binder_free_thread(struct binder_thread *thread);
550 static bool binder_has_work_ilocked(struct binder_thread *thread, in binder_has_work_ilocked()
559 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work()
570 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread) in binder_available_for_proc_work_ilocked()
580 struct binder_thread *thread; in binder_wakeup_poll_threads_ilocked()
583 thread = rb_entry(n, struct binder_thread, rb_node); in binder_wakeup_poll_threads_ilocked()
606 static struct binder_thread *
609 struct binder_thread *thread; in binder_select_thread_ilocked()
613 struct binder_thread, in binder_select_thread_ilocked()
639 struct binder_thread *thread, in binder_wakeup_thread_ilocked()
670 struct binder_thread *thread = binder_select_thread_ilocked(proc); in binder_wakeup_proc_ilocked()
839 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
840 struct binder_thread, todo); in binder_inc_node_nilocked()
1506 static void binder_pop_transaction_ilocked(struct binder_thread *target_thread, in binder_pop_transaction_ilocked()
1530 static void binder_thread_dec_tmpref(struct binder_thread *thread) in binder_thread_dec_tmpref()
1581 static struct binder_thread *binder_get_txn_from( in binder_get_txn_from()
1584 struct binder_thread *from; in binder_get_txn_from()
1605 static struct binder_thread *binder_get_txn_from_and_acq_inner( in binder_get_txn_from_and_acq_inner()
1609 struct binder_thread *from; in binder_get_txn_from_and_acq_inner()
1694 struct binder_thread *target_thread; in binder_send_failed_reply()
2033 struct binder_thread *thread, in binder_transaction_buffer_release()
2212 struct binder_thread *thread, in binder_release_entire_buffer()
2227 struct binder_thread *thread) in binder_translate_binder()
2280 struct binder_thread *thread) in binder_translate_handle()
2353 struct binder_thread *thread, in binder_translate_fd()
2664 struct binder_thread *thread, in binder_translate_fd_array()
2728 struct binder_thread *thread, in binder_fixup_parent()
2850 struct binder_thread *thread) in binder_proc_transaction()
2978 struct binder_thread *from = binder_get_txn_from_and_acq_inner(t); in binder_set_txn_from_error()
2994 struct binder_thread *thread, in binder_transaction()
3008 struct binder_thread *target_thread = NULL; in binder_transaction()
3214 struct binder_thread *from; in binder_transaction()
3853 struct binder_thread *thread, in binder_request_freeze_notification()
3906 struct binder_thread *thread, in binder_clear_freeze_notification()
3965 struct binder_thread *thread, in binder_freeze_notification_done()
4011 struct binder_thread *thread, in binder_free_buf()
4045 struct binder_thread *thread, in binder_thread_write()
4530 struct binder_thread *thread, uint32_t cmd) in binder_stat_br()
4541 struct binder_thread *thread, in binder_put_node_cmd()
4571 static int binder_wait_for_work(struct binder_thread *thread, in binder_wait_for_work()
4656 struct binder_thread *thread, in binder_thread_read()
4713 struct binder_thread *t_from; in binder_thread_read()
5176 static struct binder_thread *binder_get_thread_ilocked( in binder_get_thread_ilocked()
5177 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked()
5179 struct binder_thread *thread = NULL; in binder_get_thread_ilocked()
5185 thread = rb_entry(parent, struct binder_thread, rb_node); in binder_get_thread_ilocked()
5215 static struct binder_thread *binder_get_thread(struct binder_proc *proc) in binder_get_thread()
5217 struct binder_thread *thread; in binder_get_thread()
5218 struct binder_thread *new_thread; in binder_get_thread()
5258 static void binder_free_thread(struct binder_thread *thread) in binder_free_thread()
5267 struct binder_thread *thread) in binder_thread_release()
5360 struct binder_thread *thread = NULL; in binder_poll()
5382 struct binder_thread *thread) in binder_ioctl_write_read()
5553 struct binder_thread *thread; in binder_txns_pending_ilocked()
5559 thread = rb_entry(n, struct binder_thread, rb_node); in binder_txns_pending_ilocked()
5698 static int binder_ioctl_get_extended_error(struct binder_thread *thread, in binder_ioctl_get_extended_error()
5718 struct binder_thread *thread; in binder_ioctl()
6111 struct binder_thread *thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_flush()
6240 struct binder_thread *thread; in binder_deferred_release()
6242 thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_release()
6432 struct binder_thread *thread, in print_binder_thread_ilocked()
6523 print_binder_thread_ilocked(m, rb_entry(n, struct binder_thread, in print_binder_proc()
6688 struct binder_thread *thread; in print_binder_proc_stats()