Lines Matching refs:binder_thread

458 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread,
476 binder_enqueue_thread_work_ilocked(struct binder_thread *thread,
503 binder_enqueue_thread_work(struct binder_thread *thread,
546 static void binder_free_thread(struct binder_thread *thread);
550 static bool binder_has_work_ilocked(struct binder_thread *thread,
559 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work)
570 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread)
582 struct binder_thread *thread;
585 thread = rb_entry(n, struct binder_thread, rb_node);
608 static struct binder_thread *
611 struct binder_thread *thread;
615 struct binder_thread,
641 struct binder_thread *thread,
672 struct binder_thread *thread = binder_select_thread_ilocked(proc);
841 struct binder_thread *thread = container_of(target_list,
842 struct binder_thread, todo);
1421 static void binder_pop_transaction_ilocked(struct binder_thread *target_thread,
1441 * binder_thread, this function is called to decrement the
1445 static void binder_thread_dec_tmpref(struct binder_thread *thread)
1496 static struct binder_thread *binder_get_txn_from(
1499 struct binder_thread *from;
1520 static struct binder_thread *binder_get_txn_from_and_acq_inner(
1524 struct binder_thread *from;
1609 struct binder_thread *target_thread;
1948 struct binder_thread *thread,
2127 struct binder_thread *thread,
2142 struct binder_thread *thread)
2195 struct binder_thread *thread)
2268 struct binder_thread *thread,
2579 struct binder_thread *thread,
2643 struct binder_thread *thread,
2765 struct binder_thread *thread)
2893 struct binder_thread *from = binder_get_txn_from_and_acq_inner(t);
2909 struct binder_thread *thread,
2923 struct binder_thread *target_thread = NULL;
3130 struct binder_thread *from;
3779 struct binder_thread *thread,
3813 struct binder_thread *thread,
4260 struct binder_thread *thread, uint32_t cmd)
4271 struct binder_thread *thread,
4301 static int binder_wait_for_work(struct binder_thread *thread,
4386 struct binder_thread *thread,
4443 struct binder_thread *t_from;
4856 static struct binder_thread *binder_get_thread_ilocked(
4857 struct binder_proc *proc, struct binder_thread *new_thread)
4859 struct binder_thread *thread = NULL;
4865 thread = rb_entry(parent, struct binder_thread, rb_node);
4895 static struct binder_thread *binder_get_thread(struct binder_proc *proc)
4897 struct binder_thread *thread;
4898 struct binder_thread *new_thread;
4937 static void binder_free_thread(struct binder_thread *thread)
4946 struct binder_thread *thread)
5039 struct binder_thread *thread = NULL;
5061 struct binder_thread *thread)
5232 struct binder_thread *thread;
5238 thread = rb_entry(n, struct binder_thread, rb_node);
5323 static int binder_ioctl_get_extended_error(struct binder_thread *thread,
5343 struct binder_thread *thread;
5733 struct binder_thread *thread = rb_entry(n, struct binder_thread, rb_node);
5862 struct binder_thread *thread;
5864 thread = rb_entry(n, struct binder_thread, rb_node);
6047 struct binder_thread *thread,
6138 print_binder_thread_ilocked(m, rb_entry(n, struct binder_thread,
6293 struct binder_thread *thread;