Home
last modified time | relevance | path

Searched refs:scale_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/kernel/rcu/
Drefscale.c642 static struct ref_scale_ops *scale_ops[] = { in ref_scale_init() local
650 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) { in ref_scale_init()
651 cur_ops = scale_ops[i]; in ref_scale_init()
655 if (i == ARRAY_SIZE(scale_ops)) { in ref_scale_init()
658 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) in ref_scale_init()
659 pr_cont(" %s", scale_ops[i]->name); in ref_scale_init()
Drcuscale.c756 static struct rcu_scale_ops *scale_ops[] = { in rcu_scale_init() local
764 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) { in rcu_scale_init()
765 cur_ops = scale_ops[i]; in rcu_scale_init()
769 if (i == ARRAY_SIZE(scale_ops)) { in rcu_scale_init()
772 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) in rcu_scale_init()
773 pr_cont(" %s", scale_ops[i]->name); in rcu_scale_init()