Lines Matching refs:binder_thread

433 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread,  in binder_enqueue_deferred_thread_work_ilocked()
451 binder_enqueue_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_thread_work_ilocked()
468 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work()
511 static void binder_free_thread(struct binder_thread *thread);
515 static bool binder_has_work_ilocked(struct binder_thread *thread, in binder_has_work_ilocked()
529 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work()
540 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread) in binder_available_for_proc_work_ilocked()
552 struct binder_thread *thread; in binder_wakeup_poll_threads_ilocked()
555 thread = rb_entry(n, struct binder_thread, rb_node); in binder_wakeup_poll_threads_ilocked()
579 static struct binder_thread *
582 struct binder_thread *thread; in binder_select_thread_ilocked()
586 struct binder_thread, in binder_select_thread_ilocked()
612 struct binder_thread *thread, in binder_wakeup_thread_ilocked()
644 struct binder_thread *thread = binder_select_thread_ilocked(proc); in binder_wakeup_proc_ilocked()
947 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
948 struct binder_thread, todo); in binder_inc_node_nilocked()
1529 static void binder_pop_transaction_ilocked(struct binder_thread *target_thread, in binder_pop_transaction_ilocked()
1553 static void binder_thread_dec_tmpref(struct binder_thread *thread) in binder_thread_dec_tmpref()
1604 static struct binder_thread *binder_get_txn_from( in binder_get_txn_from()
1607 struct binder_thread *from; in binder_get_txn_from()
1628 static struct binder_thread *binder_get_txn_from_and_acq_inner( in binder_get_txn_from_and_acq_inner()
1632 struct binder_thread *from; in binder_get_txn_from_and_acq_inner()
1699 struct binder_thread *target_thread; in binder_send_failed_reply()
2034 struct binder_thread *thread, in binder_transaction_buffer_release()
2215 struct binder_thread *thread) in binder_translate_binder()
2269 struct binder_thread *thread) in binder_translate_handle()
2343 struct binder_thread *thread, in binder_translate_fd()
2654 struct binder_thread *thread, in binder_translate_fd_array()
2718 struct binder_thread *thread, in binder_fixup_parent()
2836 struct binder_thread *thread) in binder_proc_transaction()
2969 struct binder_thread *thread, in binder_transaction()
2983 struct binder_thread *target_thread = NULL; in binder_transaction()
3172 struct binder_thread *from; in binder_transaction()
3802 struct binder_thread *thread, in binder_free_buf()
3836 struct binder_thread *thread, in binder_thread_write()
4276 struct binder_thread *thread, uint32_t cmd) in binder_stat_br()
4287 struct binder_thread *thread, in binder_put_node_cmd()
4317 static int binder_wait_for_work(struct binder_thread *thread, in binder_wait_for_work()
4416 struct binder_thread *thread, in binder_thread_read()
4474 struct binder_thread *t_from; in binder_thread_read()
4882 static struct binder_thread *binder_get_thread_ilocked( in binder_get_thread_ilocked()
4883 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked()
4885 struct binder_thread *thread = NULL; in binder_get_thread_ilocked()
4891 thread = rb_entry(parent, struct binder_thread, rb_node); in binder_get_thread_ilocked()
4922 static struct binder_thread *binder_get_thread(struct binder_proc *proc) in binder_get_thread()
4924 struct binder_thread *thread; in binder_get_thread()
4925 struct binder_thread *new_thread; in binder_get_thread()
4967 static void binder_free_thread(struct binder_thread *thread) in binder_free_thread()
4977 struct binder_thread *thread) in binder_thread_release()
5071 struct binder_thread *thread = NULL; in binder_poll()
5094 struct binder_thread *thread) in binder_ioctl_write_read()
5271 struct binder_thread *thread; in binder_txns_pending_ilocked()
5277 thread = rb_entry(n, struct binder_thread, rb_node); in binder_txns_pending_ilocked()
5366 struct binder_thread *thread; in binder_ioctl()
5766 struct binder_thread *thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_flush()
5895 struct binder_thread *thread; in binder_deferred_release()
5897 thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_release()
6080 struct binder_thread *thread, in print_binder_thread_ilocked()
6174 print_binder_thread_ilocked(m, rb_entry(n, struct binder_thread, in print_binder_proc()
6328 struct binder_thread *thread; in print_binder_proc_stats()