Searched refs:bytes_end (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/soc/fsl/
H A Ddpaa2-console.c197 size_t bytes_end = cd->end_addr - cd->cur_ptr; local
215 if (bytes > bytes_end) {
216 memcpy_fromio(kbuf, cd->cur_ptr, bytes_end);
217 if (copy_to_user(buf, kbuf, bytes_end)) {
221 buf += bytes_end;
223 bytes -= bytes_end;
224 written += bytes_end;
/linux-master/lib/
H A Dmemcpy_kunit.c472 static const int bytes_end = ARRAY_SIZE(large_src) + 1; local
477 for (int bytes = bytes_start; bytes < bytes_end;
478 bytes = next_step(bytes, bytes_start, bytes_end, bytes_step)) {
/linux-master/kernel/bpf/
H A Dbtf.c4096 u32 struct_bits_off, nr_bits, bytes_end, struct_size; local
4116 bytes_end = BITS_ROUNDUP_BYTES(struct_bits_off + nr_bits);
4117 if (struct_size < bytes_end) {

Completed in 191 milliseconds