Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/rcu/
Drcuscale.c819 static struct rcu_scale_ops *scale_ops[] = { in rcu_scale_init() local
827 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) { in rcu_scale_init()
828 cur_ops = scale_ops[i]; in rcu_scale_init()
832 if (i == ARRAY_SIZE(scale_ops)) { in rcu_scale_init()
835 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) in rcu_scale_init()
836 pr_cont(" %s", scale_ops[i]->name); in rcu_scale_init()
Drefscale.c812 static struct ref_scale_ops *scale_ops[] = { in ref_scale_init() local
820 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) { in ref_scale_init()
821 cur_ops = scale_ops[i]; in ref_scale_init()
825 if (i == ARRAY_SIZE(scale_ops)) { in ref_scale_init()
828 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) in ref_scale_init()
829 pr_cont(" %s", scale_ops[i]->name); in ref_scale_init()