Lines Matching refs:ref_scale_ops
128 struct ref_scale_ops { struct
136 static struct ref_scale_ops *cur_ops; argument
172 static struct ref_scale_ops rcu_ops = {
206 static struct ref_scale_ops srcu_ops = {
233 static struct ref_scale_ops rcu_tasks_ops = {
272 static struct ref_scale_ops rcu_trace_ops = {
311 static struct ref_scale_ops refcnt_ops = {
348 static struct ref_scale_ops rwlock_ops = {
385 static struct ref_scale_ops rwsem_ops = {
420 static struct ref_scale_ops lock_ops = {
455 static struct ref_scale_ops lock_irq_ops = {
491 static struct ref_scale_ops acqrel_ops = {
525 static struct ref_scale_ops clock_ops = {
557 static struct ref_scale_ops jiffies_ops = {
707 static struct ref_scale_ops typesafe_ref_ops;
708 static struct ref_scale_ops typesafe_lock_ops;
709 static struct ref_scale_ops typesafe_seqlock_ops;
770 static struct ref_scale_ops typesafe_ref_ops = {
778 static struct ref_scale_ops typesafe_lock_ops = {
786 static struct ref_scale_ops typesafe_seqlock_ops = {
1025 ref_scale_print_module_parms(struct ref_scale_ops *cur_ops, const char *tag) in ref_scale_print_module_parms()
1080 static struct ref_scale_ops *scale_ops[] = { in ref_scale_init()