Lines Matching defs:ref_scale_ops
134 struct ref_scale_ops {
142 static const struct ref_scale_ops *cur_ops;
178 static const struct ref_scale_ops rcu_ops = {
212 static const struct ref_scale_ops srcu_ops = {
242 static const struct ref_scale_ops srcu_fast_ops = {
269 static const struct ref_scale_ops rcu_tasks_ops = {
308 static const struct ref_scale_ops rcu_trace_ops = {
347 static const struct ref_scale_ops refcnt_ops = {
384 static const struct ref_scale_ops rwlock_ops = {
421 static const struct ref_scale_ops rwsem_ops = {
456 static const struct ref_scale_ops lock_ops = {
491 static const struct ref_scale_ops lock_irq_ops = {
527 static const struct ref_scale_ops acqrel_ops = {
561 static const struct ref_scale_ops sched_clock_ops = {
594 static const struct ref_scale_ops clock_ops = {
626 static const struct ref_scale_ops jiffies_ops = {
776 static const struct ref_scale_ops typesafe_ref_ops;
777 static const struct ref_scale_ops typesafe_lock_ops;
778 static const struct ref_scale_ops typesafe_seqlock_ops;
839 static const struct ref_scale_ops typesafe_ref_ops = {
847 static const struct ref_scale_ops typesafe_lock_ops = {
855 static const struct ref_scale_ops typesafe_seqlock_ops = {
1110 ref_scale_print_module_parms(const struct ref_scale_ops *cur_ops, const char *tag)
1165 static const struct ref_scale_ops *scale_ops[] = {