Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/rcu/
Drcuscale.c820 static struct rcu_scale_ops *scale_ops[] = { in rcu_scale_init() local
828 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) { in rcu_scale_init()
829 cur_ops = scale_ops[i]; in rcu_scale_init()
833 if (i == ARRAY_SIZE(scale_ops)) { in rcu_scale_init()
836 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) in rcu_scale_init()
837 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()