Home
last modified time | relevance | path

Searched refs:expected_start (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/testing/memblock/tests/
Dalloc_api.c29 phys_addr_t expected_start; in alloc_top_down_simple_check() local
34 expected_start = memblock_end_of_DRAM() - SMP_CACHE_BYTES; in alloc_top_down_simple_check()
42 ASSERT_EQ(rgn->base, expected_start); in alloc_top_down_simple_check()
81 phys_addr_t expected_start; in alloc_top_down_disjoint_check() local
90 expected_start = memblock_end_of_DRAM() - alignment; in alloc_top_down_disjoint_check()
103 ASSERT_EQ(rgn2->base, expected_start); in alloc_top_down_disjoint_check()
558 phys_addr_t expected_start; in alloc_bottom_up_disjoint_check() local
567 expected_start = memblock_start_of_DRAM() + alignment; in alloc_bottom_up_disjoint_check()
580 ASSERT_EQ(rgn2->base, expected_start); in alloc_bottom_up_disjoint_check()
/Linux-v6.6/tools/tracing/rtla/src/
Dtimerlat_aa.c306 unsigned long long expected_start; in timerlat_aa_irq_handler() local
336 expected_start = taa_data->tlat_irq_timstamp - taa_data->tlat_irq_latency; in timerlat_aa_irq_handler()
354 if (expected_start < taa_data->timer_irq_start_time) in timerlat_aa_irq_handler()
355 taa_data->timer_irq_start_delay = taa_data->timer_irq_start_time - expected_start; in timerlat_aa_irq_handler()
365 if (expected_start > taa_data->prev_irq_timstamp + taa_data->prev_irq_duration) in timerlat_aa_irq_handler()