Searched refs:proc_node (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/android/ |
| A D | binder_internal.h | 424 struct hlist_node proc_node; member
|
| A D | binder.c | 4725 hlist_for_each_entry(target_proc, &binder_procs, proc_node) { in binder_ioctl_get_freezer_info() 4875 hlist_for_each_entry(target_proc, &binder_procs, proc_node) { in binder_ioctl() 4896 hlist_for_each_entry(target_proc, &binder_procs, proc_node) { in binder_ioctl() 5071 hlist_for_each_entry(itr, &binder_procs, proc_node) { in binder_open() 5077 hlist_add_head(&proc->proc_node, &binder_procs); in binder_open() 5242 hlist_del(&proc->proc_node); in binder_deferred_release() 5791 hlist_for_each_entry(proc, &binder_procs, proc_node) in binder_state_show() 5807 hlist_for_each_entry(proc, &binder_procs, proc_node) in binder_stats_show() 5820 hlist_for_each_entry(proc, &binder_procs, proc_node) in binder_transactions_show() 5833 hlist_for_each_entry(itr, &binder_procs, proc_node) { in proc_show()
|
Completed in 13 milliseconds