Home
last modified time | relevance | path

Searched refs:bp2 (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dhw_breakpoint.c148 static bool bp_addr_range_overlap(struct perf_event *bp1, struct perf_event *bp2) in bp_addr_range_overlap() argument
154 bp2_saddr = ALIGN_DOWN(bp2->attr.bp_addr, HW_BREAKPOINT_SIZE); in bp_addr_range_overlap()
155 bp2_eaddr = ALIGN(bp2->attr.bp_addr + bp2->attr.bp_len, HW_BREAKPOINT_SIZE); in bp_addr_range_overlap()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1185 struct xfs_buf *bp2 = NULL; in xfs_attr3_leaf_to_node() local
1198 error = xfs_da_get_buf(args->trans, dp, blkno, &bp2, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
1203 xfs_trans_buf_set_type(args->trans, bp2, XFS_BLFT_ATTR_LEAF_BUF); in xfs_attr3_leaf_to_node()
1204 bp2->b_ops = bp1->b_ops; in xfs_attr3_leaf_to_node()
1205 memcpy(bp2->b_addr, bp1->b_addr, args->geo->blksize); in xfs_attr3_leaf_to_node()
1207 struct xfs_da3_blkinfo *hdr3 = bp2->b_addr; in xfs_attr3_leaf_to_node()
1208 hdr3->blkno = cpu_to_be64(bp2->b_bn); in xfs_attr3_leaf_to_node()
1210 xfs_trans_log_buf(args->trans, bp2, 0, args->geo->blksize - 1); in xfs_attr3_leaf_to_node()
1221 leaf = bp2->b_addr; in xfs_attr3_leaf_to_node()
2860 struct xfs_buf *bp2; in xfs_attr3_leaf_flipflags() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1225 struct xfs_buf *bp2 = NULL; in xfs_attr3_leaf_to_node() local
1243 error = xfs_da_get_buf(args->trans, dp, blkno, &bp2, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
1248 xfs_trans_buf_set_type(args->trans, bp2, XFS_BLFT_ATTR_LEAF_BUF); in xfs_attr3_leaf_to_node()
1249 bp2->b_ops = bp1->b_ops; in xfs_attr3_leaf_to_node()
1250 memcpy(bp2->b_addr, bp1->b_addr, args->geo->blksize); in xfs_attr3_leaf_to_node()
1252 struct xfs_da3_blkinfo *hdr3 = bp2->b_addr; in xfs_attr3_leaf_to_node()
1253 hdr3->blkno = cpu_to_be64(xfs_buf_daddr(bp2)); in xfs_attr3_leaf_to_node()
1255 xfs_trans_log_buf(args->trans, bp2, 0, args->geo->blksize - 1); in xfs_attr3_leaf_to_node()
1266 leaf = bp2->b_addr; in xfs_attr3_leaf_to_node()
2904 struct xfs_buf *bp2; in xfs_attr3_leaf_flipflags() local
[all...]
/kernel/linux/linux-5.10/net/sctp/
H A Dbind_addr.c337 struct sctp_bind_addr *bp2 = &sp2->ep->base.bind_addr; in sctp_bind_addrs_check() local
345 list_for_each_entry_rcu(laddr2, &bp2->address_list, list) { in sctp_bind_addrs_check()
/kernel/linux/linux-6.6/net/sctp/
H A Dbind_addr.c337 struct sctp_bind_addr *bp2 = &sp2->ep->base.bind_addr; in sctp_bind_addrs_check() local
345 list_for_each_entry_rcu(laddr2, &bp2->address_list, list) { in sctp_bind_addrs_check()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dxmon.c907 struct bpt *bp, *bp2; in insert_bpts() local
940 bp2 = at_breakpoint(bp->address - 4); in insert_bpts()
941 if (bp2 && ppc_inst_prefixed(ppc_inst_read(bp2->instr))) { in insert_bpts()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dxmon.c910 struct bpt *bp, *bp2; in insert_bpts() local
943 bp2 = at_breakpoint(bp->address - 4); in insert_bpts()
944 if (bp2 && ppc_inst_prefixed(ppc_inst_read(bp2->instr))) { in insert_bpts()

Completed in 20 milliseconds