Searched refs:proc_node (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder_internal.h | 330 * @proc_node: element for binder_procs list 403 struct hlist_node proc_node; member
|
H A D | binder.c | 5387 hlist_for_each_entry(target_proc, &binder_procs, proc_node) { in binder_ioctl_get_freezer_info() 5553 hlist_for_each_entry(target_proc, &binder_procs, proc_node) { in binder_ioctl() 5574 hlist_for_each_entry(target_proc, &binder_procs, proc_node) { in binder_ioctl() 5823 hlist_for_each_entry(itr, &binder_procs, proc_node) { in binder_open() 5829 hlist_add_head(&proc->proc_node, &binder_procs); in binder_open() 5994 hlist_del(&proc->proc_node); in binder_deferred_release() 6545 hlist_for_each_entry(proc, &binder_procs, proc_node) in state_show() 6561 hlist_for_each_entry(proc, &binder_procs, proc_node) in stats_show() 6574 hlist_for_each_entry(proc, &binder_procs, proc_node) in transactions_show() 6587 hlist_for_each_entry(itr, &binder_procs, proc_node) { in proc_show() [all...] |
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 433 * @proc_node: element for binder_procs list 489 struct hlist_node proc_node; member 5779 hlist_for_each_entry(itr, &binder_procs, proc_node) { in binder_open() 5785 hlist_add_head(&proc->proc_node, &binder_procs); in binder_open() 5950 hlist_del(&proc->proc_node); in binder_deferred_release() 6494 hlist_for_each_entry(proc, &binder_procs, proc_node) in binder_state_show() 6510 hlist_for_each_entry(proc, &binder_procs, proc_node) in binder_stats_show() 6523 hlist_for_each_entry(proc, &binder_procs, proc_node) in binder_transactions_show() 6536 hlist_for_each_entry(itr, &binder_procs, proc_node) { in proc_show() 6739 hlist_for_each_entry(proc, &binder_procs, proc_node) in binder_transaction_proc_show() [all...] |
Completed in 17 milliseconds