Lines Matching refs:binder_thread

340 struct binder_thread {  struct
358 struct binder_thread *from; argument
361 struct binder_thread *to_thread;
1170 static void binder_pop_transaction(struct binder_thread *target_thread, in binder_pop_transaction()
1190 struct binder_thread *target_thread; in binder_send_failed_reply()
1318 struct binder_thread *thread, in binder_transaction()
1325 struct binder_thread *target_thread = NULL; in binder_transaction()
1756 struct binder_thread *thread, in binder_thread_write()
2119 struct binder_thread *thread, uint32_t cmd) in binder_stat_br()
2130 struct binder_thread *thread) in binder_has_proc_work()
2136 static int binder_has_thread_work(struct binder_thread *thread) in binder_has_thread_work()
2143 struct binder_thread *thread, in binder_thread_read()
2518 static struct binder_thread *binder_get_thread(struct binder_proc *proc) in binder_get_thread()
2520 struct binder_thread *thread = NULL; in binder_get_thread()
2526 thread = rb_entry(parent, struct binder_thread, rb_node); in binder_get_thread()
2554 struct binder_thread *thread) in binder_free_thread()
2598 struct binder_thread *thread = NULL; in binder_poll()
2628 struct binder_thread *thread) in binder_ioctl_write_read()
2733 struct binder_thread *thread; in binder_ioctl()
2994 struct binder_thread *thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_flush()
3085 struct binder_thread *thread; in binder_deferred_release()
3087 thread = rb_entry(n, struct binder_thread, rb_node); in binder_deferred_release()
3292 struct binder_thread *thread, in print_binder_thread()
3369 print_binder_thread(m, rb_entry(n, struct binder_thread, in print_binder_proc()