Home
last modified time | relevance | path

Searched refs:bp1 (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A Dpvrusb2-io.c381 struct pvr2_buffer *bp1; in pvr2_stream_internal_flush() local
383 bp1 = list_entry(lp, struct pvr2_buffer, list_overhead); in pvr2_stream_internal_flush()
384 pvr2_buffer_wipe(bp1); in pvr2_stream_internal_flush()
390 if (bp1->state != pvr2_buffer_state_queued) continue; in pvr2_stream_internal_flush()
391 pvr2_buffer_set_idle(bp1); in pvr2_stream_internal_flush()
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-io.c381 struct pvr2_buffer *bp1; in pvr2_stream_internal_flush() local
383 bp1 = list_entry(lp, struct pvr2_buffer, list_overhead); in pvr2_stream_internal_flush()
384 pvr2_buffer_wipe(bp1); in pvr2_stream_internal_flush()
390 if (bp1->state != pvr2_buffer_state_queued) continue; in pvr2_stream_internal_flush()
391 pvr2_buffer_set_idle(bp1); in pvr2_stream_internal_flush()
/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
152 bp1_saddr = ALIGN_DOWN(bp1->attr.bp_addr, HW_BREAKPOINT_SIZE); in bp_addr_range_overlap()
153 bp1_eaddr = ALIGN(bp1->attr.bp_addr + bp1->attr.bp_len, HW_BREAKPOINT_SIZE); in bp_addr_range_overlap()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1184 struct xfs_buf *bp1 = NULL; in xfs_attr3_leaf_to_node() local
1194 error = xfs_attr3_leaf_read(args->trans, dp, 0, &bp1); 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()
1215 error = xfs_da3_node_create(args, 0, 1, &bp1, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
1218 node = bp1->b_addr; in xfs_attr3_leaf_to_node()
1230 xfs_trans_log_buf(args->trans, bp1, 0, args->geo->blksize - 1); in xfs_attr3_leaf_to_node()
2859 struct xfs_buf *bp1; in xfs_attr3_leaf_flipflags() local
2875 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno, &bp1); in xfs_attr3_leaf_flipflags()
2888 bp2 = bp1; in xfs_attr3_leaf_flipflags()
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1224 struct xfs_buf *bp1 = NULL; in xfs_attr3_leaf_to_node() local
1239 error = xfs_attr3_leaf_read(args->trans, dp, 0, &bp1); 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()
1260 error = xfs_da3_node_create(args, 0, 1, &bp1, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
1263 node = bp1->b_addr; in xfs_attr3_leaf_to_node()
1275 xfs_trans_log_buf(args->trans, bp1, 0, args->geo->blksize - 1); in xfs_attr3_leaf_to_node()
2903 struct xfs_buf *bp1; in xfs_attr3_leaf_flipflags() local
2919 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno, &bp1); in xfs_attr3_leaf_flipflags()
2932 bp2 = bp1; in xfs_attr3_leaf_flipflags()
[all...]

Completed in 13 milliseconds