Searched refs:proc_node (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/android/
H A Dbinder.c293 struct hlist_node proc_node; member in struct:binder_proc
2960 hlist_add_head(&proc->proc_node, &binder_procs);
3072 hlist_del(&proc->proc_node);
3551 hlist_for_each_entry(proc, &binder_procs, proc_node)
3570 hlist_for_each_entry(proc, &binder_procs, proc_node)
3586 hlist_for_each_entry(proc, &binder_procs, proc_node)

Completed in 35 milliseconds