Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/android/
Dbinder.c324 int requested_threads; member
1952 } else if (proc->requested_threads == 0) { in binder_thread_write()
1957 proc->requested_threads--; in binder_thread_write()
2452 if (proc->requested_threads + proc->ready_threads == 0 && in binder_thread_read()
2457 proc->requested_threads++; in binder_thread_read()
3496 " free async space %zd\n", proc->requested_threads, in print_binder_proc_stats()