Searched refs:expected_start (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/memblock/tests/ |
H A D | alloc_api.c | 29 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/tools/tracing/rtla/src/ |
H A D | timerlat_aa.c | 310 unsigned long long expected_start; in timerlat_aa_irq_handler() local 342 expected_start = taa_data->tlat_irq_timstamp - taa_data->tlat_irq_latency; in timerlat_aa_irq_handler() 360 if (expected_start < taa_data->timer_irq_start_time) in timerlat_aa_irq_handler() 361 taa_data->timer_irq_start_delay = taa_data->timer_irq_start_time - expected_start; in timerlat_aa_irq_handler() 371 if (expected_start > taa_data->prev_irq_timstamp + taa_data->prev_irq_duration) in timerlat_aa_irq_handler()
|
/linux/fs/bcachefs/ |
H A D | btree_gc.c | 223 struct bpos expected_start = !prev in btree_check_node_boundaries() local 233 if (bpos_eq(expected_start, cur->data->min_key)) in btree_check_node_boundaries() 249 if (bpos_lt(expected_start, cur->data->min_key)) { /* gap */ in btree_check_node_boundaries() 253 expected_start, in btree_check_node_boundaries() 263 ret = set_node_min(c, cur, expected_start); in btree_check_node_boundaries() 278 if (bpos_ge(expected_start, cur->data->max_key)) { /* fully? */ in btree_check_node_boundaries() 285 ret = set_node_min(c, cur, expected_start); in btree_check_node_boundaries()
|
H A D | compress.c | 66 void *expected_start = NULL; in bio_phys_contig() local 69 if (expected_start && in bio_phys_contig() 70 expected_start != page_address(bv.bv_page) + bv.bv_offset) in bio_phys_contig() 73 expected_start = page_address(bv.bv_page) + in bio_phys_contig()
|