Searched refs:curr_offset (Results 1 – 4 of 4) sorted by relevance
580 __s16 curr_offset; /* s4.12 fixed point */ member
699 unsigned int curr_offset = 0; in bam_prep_slave_sg() local706 curr_offset); in bam_prep_slave_sg()711 curr_offset += BAM_FIFO_SIZE; in bam_prep_slave_sg()
125 scaled += (s32)cpuvcp->curr_offset; in smu_cpuamp_get()
5746 u64 curr_offset = start_offset; in devlink_nl_region_read_snapshot_fill() local5757 while (curr_offset < end_offset) { in devlink_nl_region_read_snapshot_fill()5761 if (end_offset - curr_offset < DEVLINK_REGION_READ_CHUNK_SIZE) in devlink_nl_region_read_snapshot_fill()5762 data_size = end_offset - curr_offset; in devlink_nl_region_read_snapshot_fill()5766 data = &snapshot->data[curr_offset]; in devlink_nl_region_read_snapshot_fill()5769 curr_offset); in devlink_nl_region_read_snapshot_fill()5773 curr_offset += data_size; in devlink_nl_region_read_snapshot_fill()5775 *new_offset = curr_offset; in devlink_nl_region_read_snapshot_fill()
Completed in 29 milliseconds