Searched refs:proc_node (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/android/ |
D | binder_internal.h | 403 struct hlist_node proc_node; member
|
D | binder.c | 5293 hlist_for_each_entry(target_proc, &binder_procs, proc_node) { in binder_ioctl_get_freezer_info() 5454 hlist_for_each_entry(target_proc, &binder_procs, proc_node) { in binder_ioctl() 5475 hlist_for_each_entry(target_proc, &binder_procs, proc_node) { in binder_ioctl() 5654 hlist_for_each_entry(itr, &binder_procs, proc_node) { in binder_open() 5660 hlist_add_head(&proc->proc_node, &binder_procs); in binder_open() 5825 hlist_del(&proc->proc_node); in binder_deferred_release() 6376 hlist_for_each_entry(proc, &binder_procs, proc_node) in state_show() 6392 hlist_for_each_entry(proc, &binder_procs, proc_node) in stats_show() 6405 hlist_for_each_entry(proc, &binder_procs, proc_node) in transactions_show() 6418 hlist_for_each_entry(itr, &binder_procs, proc_node) { in proc_show()
|