Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dbinder.h17 struct binder_thread;
55 TP_PROTO(bool do_proc_work, struct binder_thread *tsk, struct binder_proc *proc),
65 struct binder_thread *thread, struct binder_transaction_data *tr),
69 struct binder_thread *thread, struct binder_transaction_data *tr),
73 struct binder_thread *thread, struct binder_transaction_data *tr),
99 TP_PROTO(struct binder_thread *thread, struct binder_proc *proc),
103 struct binder_thread *thread),
109 TP_PROTO(struct binder_proc *proc, struct binder_thread *thread),
112 TP_PROTO(struct binder_proc *proc, struct binder_thread *thread),
115 TP_PROTO(struct binder_thread *thread, bool do_proc_work, int *ret),
/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder.c433 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_deferred_thread_work_ilocked()
451 binder_enqueue_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_thread_work_ilocked()
468 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work()
511 static void binder_free_thread(struct binder_thread *thread);
515 static bool binder_has_work_ilocked(struct binder_thread *thread, in binder_has_work_ilocked()
529 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work()
540 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread) in binder_available_for_proc_work_ilocked()
552 struct binder_thread *thread; in binder_wakeup_poll_threads_ilocked()
555 thread = rb_entry(n, struct binder_thread, rb_node); in binder_wakeup_poll_threads_ilocked()
579 static struct binder_thread *
[all …]
H A Dbinder_internal.h514 struct binder_thread { struct
553 struct binder_thread *from; argument
556 struct binder_thread *to_thread;
H A Dbinder_trace.h19 struct binder_thread;