Home
last modified time | relevance | path

Searched refs:binder_thread (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/android/
H A Dbinder.c458 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 *
[all …]
H A Dbinder_internal.h476 struct binder_thread { struct
517 struct binder_thread *from;
522 struct binder_thread *to_thread;
H A Dbinder_trace.h19 struct binder_thread;