Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/android/
Dbinder.c540 int requested_threads; member
3545 } else if (proc->requested_threads == 0) { in binder_thread_write()
3550 proc->requested_threads--; in binder_thread_write()
4174 if (proc->requested_threads == 0 && in binder_thread_read()
4180 proc->requested_threads++; in binder_thread_read()
5402 " free async space %zd\n", proc->requested_threads, in print_binder_proc_stats()