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

/drivers/staging/android/
H A Dbinder.c285 struct hlist_node proc_node; member in struct:binder_proc
2952 hlist_add_head(&proc->proc_node, &binder_procs);
3016 hlist_del(&proc->proc_node);
3514 hlist_for_each_entry(proc, pos, &binder_procs, proc_node)
3534 hlist_for_each_entry(proc, pos, &binder_procs, proc_node)
3551 hlist_for_each_entry(proc, pos, &binder_procs, proc_node)

Completed in 232 milliseconds