Searched refs:cend (Results 1 – 5 of 5) sorted by relevance
| /linux/mm/kmsan/ |
| H A D | init.c | 32 u64 nstart = (u64)start, nend = (u64)end, cstart, cend; in kmsan_record_future_shadow_range() local 51 cend = start_end_pairs[i].end; in kmsan_record_future_shadow_range() 52 if ((cstart < nstart && cend < nstart) || in kmsan_record_future_shadow_range() 53 (cstart > nend && cend > nend)) in kmsan_record_future_shadow_range() 57 start_end_pairs[i].end = max(nend, cend); in kmsan_record_future_shadow_range()
|
| /linux/drivers/hwtracing/stm/ |
| H A D | policy.c | 52 unsigned int *cstart, unsigned int *cend) in stp_policy_node_get_ranges() argument 57 *cend = policy_node->last_channel; in stp_policy_node_get_ranges()
|
| /linux/fs/ntfs3/ |
| H A D | file.c | 662 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate() local 669 for (; vcn < cend; vcn += clen) { in ntfs_fallocate() 670 err = attr_data_get_block(ni, vcn, cend - vcn, in ntfs_fallocate()
|
| H A D | frecord.c | 2024 CLST vcn, cend, lcn, clen, end; in ni_decompress_file() local 2034 cend = bytes_to_cluster(sbi, i_size); in ni_decompress_file() 2040 if (cend > wnd_zeroes(&sbi->used.bitmap)) { in ni_decompress_file() 2065 err = attr_data_get_block(ni, vcn, cend - vcn, &lcn, in ni_decompress_file()
|
| /linux/arch/arm/boot/compressed/ |
| H A D | head.S | 94 .macro dbgkc, begin, end, cbegin, cend argument 113 kphex \cend, 8 /* End of kernel copy */
|