Searched refs:binder_thread (Results 1 – 2 of 2) sorted by relevance
537 struct binder_thread { struct575 struct binder_thread *from; argument578 struct binder_thread *to_thread;816 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_deferred_thread_work_ilocked()834 binder_enqueue_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_thread_work_ilocked()851 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work()915 static void binder_free_thread(struct binder_thread *thread);919 static bool binder_has_work_ilocked(struct binder_thread *thread, in binder_has_work_ilocked()928 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work()939 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread) in binder_available_for_proc_work_ilocked()[all …]
19 struct binder_thread;