Lines Matching refs:ref_scale_ops
124 struct ref_scale_ops { struct
132 static struct ref_scale_ops *cur_ops; argument
167 static struct ref_scale_ops rcu_ops = {
201 static struct ref_scale_ops srcu_ops = {
226 static struct ref_scale_ops rcu_tasks_ops = {
255 static struct ref_scale_ops rcu_trace_ops = {
286 static struct ref_scale_ops refcnt_ops = {
322 static struct ref_scale_ops rwlock_ops = {
358 static struct ref_scale_ops rwsem_ops = {
393 static struct ref_scale_ops lock_ops = {
428 static struct ref_scale_ops lock_irq_ops = {
464 static struct ref_scale_ops acqrel_ops = {
498 static struct ref_scale_ops clock_ops = {
739 ref_scale_print_module_parms(struct ref_scale_ops *cur_ops, const char *tag) in ref_scale_print_module_parms()
794 static struct ref_scale_ops *scale_ops[] = { in ref_scale_init()