Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dtrace.rs18 unsafe fn binder_wait_for_work(proc_work: bool, transaction_stack: bool, thread_todo: bool);
65 unsafe { binder_wait_for_work(proc_work, transaction_stack, thread_todo) } in trace_wait_for_work()
H A Drust_binder_events.h54 TRACE_EVENT(binder_wait_for_work,
/linux/drivers/android/
H A Dbinder.c4643 static int binder_wait_for_work(struct binder_thread *thread, in binder_wait_for_work() function
4772 ret = binder_wait_for_work(thread, wait_for_proc_work); in binder_thread_read()