Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/android/
Dbinder.c406 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_deferred_thread_work_ilocked()
424 binder_enqueue_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_thread_work_ilocked()
441 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work()
484 static void binder_free_thread(struct binder_thread *thread);
488 static bool binder_has_work_ilocked(struct binder_thread *thread, in binder_has_work_ilocked()
497 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work()
508 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread) in binder_available_for_proc_work_ilocked()
520 struct binder_thread *thread; in binder_wakeup_poll_threads_ilocked()
523 thread = rb_entry(n, struct binder_thread, rb_node); in binder_wakeup_poll_threads_ilocked()
546 static struct binder_thread *
[all …]
Dbinder_internal.h491 struct binder_thread { struct
529 struct binder_thread *from; argument
532 struct binder_thread *to_thread;
Dbinder_trace.h19 struct binder_thread;