Home
last modified time | relevance | path

Searched refs:bp_end (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/x86/kernel/
H A Dhw_breakpoint.c327 unsigned long bp_end; in arch_build_bp_info() local
329 bp_end = attr->bp_addr + attr->bp_len - 1; in arch_build_bp_info()
330 if (bp_end < attr->bp_addr) in arch_build_bp_info()
339 if (within_cpu_entry(attr->bp_addr, bp_end)) in arch_build_bp_info()
/linux-6.15/fs/bcachefs/
H A Dbackpointers.c438 struct bpos bp_end; member
533 bpos_gt(bp->k.p, s->bp_end)) in check_bp_exists()
1122 ret = bch2_pin_backpointer_nodes_with_missing(trans, s.bp_start, &s.bp_end); in bch2_check_extents_to_backpointers()
1127 !bpos_eq(s.bp_end, SPOS_MAX)) in bch2_check_extents_to_backpointers()
1132 !bpos_eq(s.bp_end, SPOS_MAX)) { in bch2_check_extents_to_backpointers()
1138 bch2_bpos_to_text(&buf, s.bp_end); in bch2_check_extents_to_backpointers()
1145 if (ret || bpos_eq(s.bp_end, SPOS_MAX)) in bch2_check_extents_to_backpointers()
1148 s.bp_start = bpos_successor(s.bp_end); in bch2_check_extents_to_backpointers()
H A Dmove.c767 struct bpos bp_end = bucket_pos_to_bp_end(ca, POS(dev, bucket_end)); in __bch2_move_data_phys() local
805 if (!k.k || bkey_gt(k.k->p, bp_end)) in __bch2_move_data_phys()
H A Dalloc_background.c2110 struct bpos bp_end = bucket_pos_to_bp_end(ca, bucket); in invalidate_one_bucket_by_bps() local
2113 bp_start, bp_end, 0, k, in invalidate_one_bucket_by_bps()