Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/rcu/
Drcuscale.c799 static struct rcu_scale_ops *scale_ops[] = { in rcu_scale_init() local
807 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) { in rcu_scale_init()
808 cur_ops = scale_ops[i]; in rcu_scale_init()
812 if (i == ARRAY_SIZE(scale_ops)) { in rcu_scale_init()
815 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) in rcu_scale_init()
816 pr_cont(" %s", scale_ops[i]->name); in rcu_scale_init()
Drefscale.c794 static struct ref_scale_ops *scale_ops[] = { in ref_scale_init() local
802 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) { in ref_scale_init()
803 cur_ops = scale_ops[i]; in ref_scale_init()
807 if (i == ARRAY_SIZE(scale_ops)) { in ref_scale_init()
810 for (i = 0; i < ARRAY_SIZE(scale_ops); i++) in ref_scale_init()
811 pr_cont(" %s", scale_ops[i]->name); in ref_scale_init()