Searched refs:bytes_end (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/soc/fsl/ |
D | dpaa2-console.c | 197 size_t bytes_end = cd->end_addr - cd->cur_ptr; in dpaa2_console_read() local 215 if (bytes > bytes_end) { in dpaa2_console_read() 216 memcpy_fromio(kbuf, cd->cur_ptr, bytes_end); in dpaa2_console_read() 217 if (copy_to_user(buf, kbuf, bytes_end)) { in dpaa2_console_read() 221 buf += bytes_end; in dpaa2_console_read() 223 bytes -= bytes_end; in dpaa2_console_read() 224 written += bytes_end; in dpaa2_console_read()
|
/linux-6.6.21/lib/ |
D | memcpy_kunit.c | 475 static const int bytes_end = ARRAY_SIZE(large_src) + 1; in memmove_overlap_test() local 480 for (int bytes = bytes_start; bytes < bytes_end; in memmove_overlap_test() 481 bytes = next_step(bytes, bytes_start, bytes_end, bytes_step)) { in memmove_overlap_test()
|
/linux-6.6.21/kernel/bpf/ |
D | btf.c | 4028 u32 struct_bits_off, nr_bits, bytes_end, struct_size; in btf_enum_check_kflag_member() local 4048 bytes_end = BITS_ROUNDUP_BYTES(struct_bits_off + nr_bits); in btf_enum_check_kflag_member() 4049 if (struct_size < bytes_end) { in btf_enum_check_kflag_member()
|