Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/rcu/
Drefscale.c1084 static const struct ref_scale_ops *scale_ops[] = { in ref_scale_init() local
1093 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) { in ref_scale_init()
1094 cur_ops = scale_ops[i]; in ref_scale_init()
1098 if (i == ARRAY_SIZE(scale_ops)) { in ref_scale_init()
1101 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) in ref_scale_init()
1102 pr_cont(" %s", scale_ops[i]->name); in ref_scale_init()
Drcuscale.c1088 static struct rcu_scale_ops *scale_ops[] = { in rcu_scale_init() local
1096 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) { in rcu_scale_init()
1097 cur_ops = scale_ops[i]; in rcu_scale_init()
1101 if (i == ARRAY_SIZE(scale_ops)) { in rcu_scale_init()
1104 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) in rcu_scale_init()
1105 pr_cont(" %s", scale_ops[i]->name); in rcu_scale_init()