Lines Matching refs:this_cpu_ptr
436 unsigned long *tap = this_cpu_ptr(&test_acqrel); in ref_incpercpu_section()
448 unsigned long *tap = this_cpu_ptr(&test_acqrel); in ref_incpercpu_delay_section()
471 tap = this_cpu_ptr(&test_acqrel); in ref_incpercpupreempt_section()
486 tap = this_cpu_ptr(&test_acqrel); in ref_incpercpupreempt_delay_section()
509 tap = this_cpu_ptr(&test_acqrel); in ref_incpercpubh_section()
524 tap = this_cpu_ptr(&test_acqrel); in ref_incpercpubh_delay_section()
549 tap = this_cpu_ptr(&test_acqrel); in ref_incpercpuirqsave_section()
565 tap = this_cpu_ptr(&test_acqrel); in ref_incpercpuirqsave_delay_section()
730 x = smp_load_acquire(this_cpu_ptr(&test_acqrel)); in ref_acqrel_section()
731 smp_store_release(this_cpu_ptr(&test_acqrel), x + 1); in ref_acqrel_section()
743 x = smp_load_acquire(this_cpu_ptr(&test_acqrel)); in ref_acqrel_delay_section()
745 smp_store_release(this_cpu_ptr(&test_acqrel), x + 1); in ref_acqrel_delay_section()
1061 idx = torture_random(this_cpu_ptr(&refscale_rand)) % rtsarray_size; in typesafe_delay_section()
1122 rtsp->a = torture_random(this_cpu_ptr(&refscale_rand)); in refscale_typesafe_ctor()