Symbol: ref_scale_ops
kernel/rcu/refscale.c
1116
static const struct ref_scale_ops typesafe_ref_ops;
kernel/rcu/refscale.c
1117
static const struct ref_scale_ops typesafe_lock_ops;
kernel/rcu/refscale.c
1118
static const struct ref_scale_ops typesafe_seqlock_ops;
kernel/rcu/refscale.c
1179
static const struct ref_scale_ops typesafe_ref_ops = {
kernel/rcu/refscale.c
1187
static const struct ref_scale_ops typesafe_lock_ops = {
kernel/rcu/refscale.c
1195
static const struct ref_scale_ops typesafe_seqlock_ops = {
kernel/rcu/refscale.c
133
static const struct ref_scale_ops *cur_ops;
kernel/rcu/refscale.c
1456
ref_scale_print_module_parms(const struct ref_scale_ops *cur_ops, const char *tag)
kernel/rcu/refscale.c
1498
static const struct ref_scale_ops *scale_ops[] = {
kernel/rcu/refscale.c
169
static const struct ref_scale_ops rcu_ops = {
kernel/rcu/refscale.c
205
static const struct ref_scale_ops srcu_ops = {
kernel/rcu/refscale.c
241
static const struct ref_scale_ops srcu_fast_ops = {
kernel/rcu/refscale.c
277
static const struct ref_scale_ops srcu_fast_updown_ops = {
kernel/rcu/refscale.c
304
static const struct ref_scale_ops rcu_tasks_ops = {
kernel/rcu/refscale.c
343
static const struct ref_scale_ops rcu_trace_ops = {
kernel/rcu/refscale.c
385
static const struct ref_scale_ops refcnt_ops = {
kernel/rcu/refscale.c
413
static const struct ref_scale_ops percpuinc_ops = {
kernel/rcu/refscale.c
446
static const struct ref_scale_ops incpercpu_ops = {
kernel/rcu/refscale.c
484
static const struct ref_scale_ops incpercpupreempt_ops = {
kernel/rcu/refscale.c
522
static const struct ref_scale_ops incpercpubh_ops = {
kernel/rcu/refscale.c
563
static const struct ref_scale_ops incpercpuirqsave_ops = {
kernel/rcu/refscale.c
600
static const struct ref_scale_ops rwlock_ops = {
kernel/rcu/refscale.c
637
static const struct ref_scale_ops rwsem_ops = {
kernel/rcu/refscale.c
672
static const struct ref_scale_ops lock_ops = {
kernel/rcu/refscale.c
707
static const struct ref_scale_ops lock_irq_ops = {
kernel/rcu/refscale.c
740
static const struct ref_scale_ops acqrel_ops = {
kernel/rcu/refscale.c
774
static const struct ref_scale_ops sched_clock_ops = {
kernel/rcu/refscale.c
807
static const struct ref_scale_ops clock_ops = {
kernel/rcu/refscale.c
839
static const struct ref_scale_ops jiffies_ops = {
kernel/rcu/refscale.c
870
static const struct ref_scale_ops preempt_ops = {
kernel/rcu/refscale.c
901
static const struct ref_scale_ops bh_ops = {
kernel/rcu/refscale.c
933
static const struct ref_scale_ops irq_ops = {
kernel/rcu/refscale.c
966
static const struct ref_scale_ops irqsave_ops = {