Symbol: ref_scale_ops
kernel/rcu/refscale.c
1126
static const struct ref_scale_ops typesafe_ref_ops;
kernel/rcu/refscale.c
1127
static const struct ref_scale_ops typesafe_lock_ops;
kernel/rcu/refscale.c
1128
static const struct ref_scale_ops typesafe_seqlock_ops;
kernel/rcu/refscale.c
1189
static const struct ref_scale_ops typesafe_ref_ops = {
kernel/rcu/refscale.c
1197
static const struct ref_scale_ops typesafe_lock_ops = {
kernel/rcu/refscale.c
1205
static const struct ref_scale_ops typesafe_seqlock_ops = {
kernel/rcu/refscale.c
143
static const struct ref_scale_ops *cur_ops;
kernel/rcu/refscale.c
1463
ref_scale_print_module_parms(const struct ref_scale_ops *cur_ops, const char *tag)
kernel/rcu/refscale.c
1518
static const struct ref_scale_ops *scale_ops[] = {
kernel/rcu/refscale.c
179
static const struct ref_scale_ops rcu_ops = {
kernel/rcu/refscale.c
215
static const struct ref_scale_ops srcu_ops = {
kernel/rcu/refscale.c
251
static const struct ref_scale_ops srcu_fast_ops = {
kernel/rcu/refscale.c
287
static const struct ref_scale_ops srcu_fast_updown_ops = {
kernel/rcu/refscale.c
314
static const struct ref_scale_ops rcu_tasks_ops = {
kernel/rcu/refscale.c
353
static const struct ref_scale_ops rcu_trace_ops = {
kernel/rcu/refscale.c
395
static const struct ref_scale_ops refcnt_ops = {
kernel/rcu/refscale.c
423
static const struct ref_scale_ops percpuinc_ops = {
kernel/rcu/refscale.c
456
static const struct ref_scale_ops incpercpu_ops = {
kernel/rcu/refscale.c
494
static const struct ref_scale_ops incpercpupreempt_ops = {
kernel/rcu/refscale.c
532
static const struct ref_scale_ops incpercpubh_ops = {
kernel/rcu/refscale.c
573
static const struct ref_scale_ops incpercpuirqsave_ops = {
kernel/rcu/refscale.c
610
static const struct ref_scale_ops rwlock_ops = {
kernel/rcu/refscale.c
647
static const struct ref_scale_ops rwsem_ops = {
kernel/rcu/refscale.c
682
static const struct ref_scale_ops lock_ops = {
kernel/rcu/refscale.c
717
static const struct ref_scale_ops lock_irq_ops = {
kernel/rcu/refscale.c
750
static const struct ref_scale_ops acqrel_ops = {
kernel/rcu/refscale.c
784
static const struct ref_scale_ops sched_clock_ops = {
kernel/rcu/refscale.c
817
static const struct ref_scale_ops clock_ops = {
kernel/rcu/refscale.c
849
static const struct ref_scale_ops jiffies_ops = {
kernel/rcu/refscale.c
880
static const struct ref_scale_ops preempt_ops = {
kernel/rcu/refscale.c
911
static const struct ref_scale_ops bh_ops = {
kernel/rcu/refscale.c
943
static const struct ref_scale_ops irq_ops = {
kernel/rcu/refscale.c
976
static const struct ref_scale_ops irqsave_ops = {