bytes_end 196 drivers/soc/fsl/dpaa2-console.c size_t bytes_end = cd->end_addr - cd->cur_ptr; bytes_end 214 drivers/soc/fsl/dpaa2-console.c if (bytes > bytes_end) { bytes_end 215 drivers/soc/fsl/dpaa2-console.c memcpy_fromio(kbuf, cd->cur_ptr, bytes_end); bytes_end 216 drivers/soc/fsl/dpaa2-console.c if (copy_to_user(buf, kbuf, bytes_end)) { bytes_end 220 drivers/soc/fsl/dpaa2-console.c buf += bytes_end; bytes_end 222 drivers/soc/fsl/dpaa2-console.c bytes -= bytes_end; bytes_end 223 drivers/soc/fsl/dpaa2-console.c written += bytes_end; bytes_end 2326 kernel/bpf/btf.c u32 struct_bits_off, nr_bits, bytes_end, struct_size; bytes_end 2346 kernel/bpf/btf.c bytes_end = BITS_ROUNDUP_BYTES(struct_bits_off + nr_bits); bytes_end 2347 kernel/bpf/btf.c if (struct_size < bytes_end) {