Searched refs:proc_node (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/android/ |
D | binder.c | 460 struct hlist_node proc_node; member 5233 hlist_for_each_entry(itr, &binder_procs, proc_node) { in binder_open() 5239 hlist_add_head(&proc->proc_node, &binder_procs); in binder_open() 5404 hlist_del(&proc->proc_node); in binder_deferred_release() 5948 hlist_for_each_entry(proc, &binder_procs, proc_node) in binder_state_show() 5964 hlist_for_each_entry(proc, &binder_procs, proc_node) in binder_stats_show() 5977 hlist_for_each_entry(proc, &binder_procs, proc_node) in binder_transactions_show() 5990 hlist_for_each_entry(itr, &binder_procs, proc_node) { in proc_show()
|