Searched refs:binder_thread (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/android/
H A Dbinder.c458 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 *
[all...]
H A Dbinder_internal.h439 * struct binder_thread - binder thread bookkeeping
476 struct binder_thread { struct
517 struct binder_thread *from;
522 struct binder_thread *to_thread;
H A Dbinder_trace.h19 struct binder_thread;

Completed in 375 milliseconds