Searched refs:copy_end (Results 1 – 2 of 2) sorted by relevance
299 u64 copy_end; in read_key_bytes() local358 copy_end = item_end; in read_key_bytes()360 copy_end = min(offset + len, item_end); in read_key_bytes()363 copy_bytes = copy_end - offset; in read_key_bytes()
5358 void *copy_start = NULL, *copy_end = NULL; in adjust_prog_btf_ext_info() local5382 copy_end = rec + ext_info->rec_size; in adjust_prog_btf_ext_info()5392 new_sz = old_sz + (copy_end - copy_start); in adjust_prog_btf_ext_info()5398 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start); in adjust_prog_btf_ext_info()