Lines Matching refs:x

45 #define SCALEOUT(s, x...) \  argument
46 pr_alert("%s" SCALE_FLAG s, scale_type, ## x)
48 #define VERBOSE_SCALEOUT(s, x...) \ argument
51 pr_alert("%s" SCALE_FLAG s "\n", scale_type, ## x); \
56 #define VERBOSE_SCALEOUT_BATCH(s, x...) \ argument
62 pr_alert("%s" SCALE_FLAG s "\n", scale_type, ## x); \
66 #define SCALEOUT_ERRSTRING(s, x...) pr_alert("%s" SCALE_FLAG "!!! " s "\n", scale_type, ## x) argument
502 unsigned long x; in ref_acqrel_section() local
507 x = smp_load_acquire(this_cpu_ptr(&test_acqrel)); in ref_acqrel_section()
508 smp_store_release(this_cpu_ptr(&test_acqrel), x + 1); in ref_acqrel_section()
515 unsigned long x; in ref_acqrel_delay_section() local
520 x = smp_load_acquire(this_cpu_ptr(&test_acqrel)); in ref_acqrel_delay_section()
522 smp_store_release(this_cpu_ptr(&test_acqrel), x + 1); in ref_acqrel_delay_section()
537 u64 x = 0; in ref_sched_clock_section() local
542 x += sched_clock(); in ref_sched_clock_section()
544 stopopts = x; in ref_sched_clock_section()
549 u64 x = 0; in ref_sched_clock_delay_section() local
554 x += sched_clock(); in ref_sched_clock_delay_section()
558 stopopts = x; in ref_sched_clock_delay_section()
570 u64 x = 0; in ref_clock_section() local
575 x += ktime_get_real_fast_ns(); in ref_clock_section()
577 stopopts = x; in ref_clock_section()
582 u64 x = 0; in ref_clock_delay_section() local
587 x += ktime_get_real_fast_ns(); in ref_clock_delay_section()
591 stopopts = x; in ref_clock_delay_section()
602 u64 x = 0; in ref_jiffies_section() local
607 x += jiffies; in ref_jiffies_section()
609 stopopts = x; in ref_jiffies_section()
614 u64 x = 0; in ref_jiffies_delay_section() local
619 x += jiffies; in ref_jiffies_delay_section()
623 stopopts = x; in ref_jiffies_delay_section()