Lines Matching refs:threads
297 struct rb_root threads; member
2522 struct rb_node **p = &proc->threads.rb_node; in binder_get_thread()
2545 rb_insert_color(&thread->rb_node, &proc->threads); in binder_get_thread()
2560 rb_erase(&thread->rb_node, &proc->threads); in binder_free_thread()
2993 for (n = rb_first(&proc->threads); n != NULL; n = rb_next(n)) { in binder_deferred_flush()
3067 int threads, nodes, incoming_refs, outgoing_refs, buffers, in binder_deferred_release() local
3082 threads = 0; in binder_deferred_release()
3084 while ((n = rb_first(&proc->threads))) { in binder_deferred_release()
3088 threads++; in binder_deferred_release()
3162 __func__, proc->pid, threads, nodes, incoming_refs, in binder_deferred_release()
3368 for (n = rb_first(&proc->threads); n != NULL; n = rb_next(n)) in print_binder_proc()
3491 for (n = rb_first(&proc->threads); n != NULL; n = rb_next(n)) in print_binder_proc_stats()