Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Drcuscale.c953 static struct rcu_scale_ops *scale_ops[] = { in rcu_scale_init() local
961 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) { in rcu_scale_init()
962 cur_ops = scale_ops[i]; in rcu_scale_init()
966 if (i == ARRAY_SIZE(scale_ops)) { in rcu_scale_init()
969 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) in rcu_scale_init()
970 pr_cont(" %s", scale_ops[i]->name); in rcu_scale_init()
H A Drefscale.c1080 static struct ref_scale_ops *scale_ops[] = { in ref_scale_init() local
1089 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) { in ref_scale_init()
1090 cur_ops = scale_ops[i]; in ref_scale_init()
1094 if (i == ARRAY_SIZE(scale_ops)) { in ref_scale_init()
1097 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) in ref_scale_init()
1098 pr_cont(" %s", scale_ops[i]->name); in ref_scale_init()