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