Lines Matching refs:threads
586 for (n = rb_first(&proc->threads); n != NULL; n = rb_next(n)) { in binder_wakeup_poll_threads_ilocked()
1566 if (proc->is_dead && RB_EMPTY_ROOT(&proc->threads) && in binder_proc_dec_tmpref()
5177 struct rb_node **p = &proc->threads.rb_node; in binder_get_thread_ilocked()
5200 rb_insert_color(&thread->rb_node, &proc->threads); in binder_get_thread_ilocked()
5284 rb_erase(&thread->rb_node, &proc->threads); in binder_thread_release()
5541 for (n = rb_first(&proc->threads); n; n = rb_next(n)) { in binder_txns_pending_ilocked()
6089 for (n = rb_first(&proc->threads); n != NULL; n = rb_next(n)) { in binder_deferred_flush()
6190 int threads, nodes, incoming_refs, outgoing_refs, active_transactions; in binder_deferred_release() local
6216 threads = 0; in binder_deferred_release()
6218 while ((n = rb_first(&proc->threads))) { in binder_deferred_release()
6223 threads++; in binder_deferred_release()
6268 __func__, proc->pid, threads, nodes, incoming_refs, in binder_deferred_release()
6560 for (n = rb_first(&proc->threads); n; n = rb_next(n)) in print_binder_proc()
6724 for (n = rb_first(&proc->threads); n; n = rb_next(n)) in print_binder_proc_stats()