Lines Matching refs:ref_scale_ops
134 struct ref_scale_ops { struct
142 static const struct ref_scale_ops *cur_ops; argument
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 = {
272 static const struct ref_scale_ops srcu_lite_ops = {
299 static const struct ref_scale_ops rcu_tasks_ops = {
338 static const struct ref_scale_ops rcu_trace_ops = {
377 static const struct ref_scale_ops refcnt_ops = {
414 static const struct ref_scale_ops rwlock_ops = {
451 static const struct ref_scale_ops rwsem_ops = {
486 static const struct ref_scale_ops lock_ops = {
521 static const struct ref_scale_ops lock_irq_ops = {
557 static const struct ref_scale_ops acqrel_ops = {
591 static const struct ref_scale_ops sched_clock_ops = {
624 static const struct ref_scale_ops clock_ops = {
656 static const struct ref_scale_ops jiffies_ops = {
806 static const struct ref_scale_ops typesafe_ref_ops;
807 static const struct ref_scale_ops typesafe_lock_ops;
808 static const struct ref_scale_ops typesafe_seqlock_ops;
869 static const struct ref_scale_ops typesafe_ref_ops = {
877 static const struct ref_scale_ops typesafe_lock_ops = {
885 static const struct ref_scale_ops typesafe_seqlock_ops = {
1140 ref_scale_print_module_parms(const struct ref_scale_ops *cur_ops, const char *tag) in ref_scale_print_module_parms()
1195 static const struct ref_scale_ops *scale_ops[] = { in ref_scale_init()