Lines Matching refs:ref_scale_ops
126 struct ref_scale_ops { struct
134 static struct ref_scale_ops *cur_ops; argument
169 static struct ref_scale_ops rcu_ops = {
203 static struct ref_scale_ops srcu_ops = {
230 static struct ref_scale_ops rcu_tasks_ops = {
269 static struct ref_scale_ops rcu_trace_ops = {
308 static struct ref_scale_ops refcnt_ops = {
344 static struct ref_scale_ops rwlock_ops = {
380 static struct ref_scale_ops rwsem_ops = {
415 static struct ref_scale_ops lock_ops = {
450 static struct ref_scale_ops lock_irq_ops = {
486 static struct ref_scale_ops acqrel_ops = {
520 static struct ref_scale_ops clock_ops = {
757 ref_scale_print_module_parms(struct ref_scale_ops *cur_ops, const char *tag) in ref_scale_print_module_parms()
812 static struct ref_scale_ops *scale_ops[] = { in ref_scale_init()