Searched refs:do_proc_work (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | binder.h | 55 TP_PROTO(bool do_proc_work, struct binder_thread *tsk, struct binder_proc *proc), 56 TP_ARGS(do_proc_work, tsk, proc)); 115 TP_PROTO(struct binder_thread *thread, bool do_proc_work, int *ret), 116 TP_ARGS(thread, do_proc_work, ret));
|
| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | binder.c | 516 bool do_proc_work) in binder_has_work_ilocked() argument 520 trace_android_vh_binder_has_work_ilocked(thread, do_proc_work, &ret); in binder_has_work_ilocked() 525 (do_proc_work && in binder_has_work_ilocked() 529 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work() argument 534 has_work = binder_has_work_ilocked(thread, do_proc_work); in binder_has_work() 4318 bool do_proc_work) in binder_wait_for_work() argument 4328 if (binder_has_work_ilocked(thread, do_proc_work)) in binder_wait_for_work() 4330 if (do_proc_work) in binder_wait_for_work() 4333 trace_android_vh_binder_wait_for_work(do_proc_work, thread, proc); in binder_wait_for_work()
|