Searched refs:proc_node (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/android/ |
H A D | binder_internal.h | 418 struct hlist_node proc_node; member
|
H A D | binder.c | 5662 hlist_for_each_entry(target_proc, &binder_procs, proc_node) { in binder_ioctl_get_freezer_info() 5818 hlist_for_each_entry(target_proc, &binder_procs, proc_node) { in binder_ioctl() 5839 hlist_for_each_entry(target_proc, &binder_procs, proc_node) { in binder_ioctl() 6022 hlist_for_each_entry(itr, &binder_procs, proc_node) { in binder_open() 6028 hlist_add_head(&proc->proc_node, &binder_procs); in binder_open() 6193 hlist_del(&proc->proc_node); in binder_deferred_release() 6793 hlist_for_each_entry(proc, &binder_procs, proc_node) in print_binder_state() 6804 hlist_for_each_entry(proc, &binder_procs, proc_node) in print_binder_transactions() 6830 hlist_for_each_entry(proc, &binder_procs, proc_node) in stats_show() 6855 hlist_for_each_entry(itr, &binder_procs, proc_node) { in proc_show()
|