Home
last modified time | relevance | path

Searched refs:max_end (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/misc/
H A Dfastrpc.c613 u64 max_end = 0; in fastrpc_get_buff_overlaps() local
626 if (ctx->olaps[i].start < max_end) { in fastrpc_get_buff_overlaps()
627 ctx->olaps[i].mstart = max_end; in fastrpc_get_buff_overlaps()
629 ctx->olaps[i].offset = max_end - ctx->olaps[i].start; in fastrpc_get_buff_overlaps()
631 if (ctx->olaps[i].end > max_end) { in fastrpc_get_buff_overlaps()
632 max_end = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()
642 max_end = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()
/linux/fs/ext4/
H A Dinode.c4463 loff_t max_end = sb->s_maxbytes; in ext4_punch_hole() local
4478 max_end = EXT4_SB(sb)->s_bitmap_maxbytes - sb->s_blocksize; in ext4_punch_hole()
4481 if (offset >= inode->i_size || offset >= max_end) in ext4_punch_hole()
4490 if (end > max_end) in ext4_punch_hole()
4491 end = max_end; in ext4_punch_hole()
/linux/kernel/bpf/
H A Dverifier.c4340 s64 max_start, max_end; in check_mem_region_access() local
4405 max_end = max_start + size; in check_mem_region_access()
4408 max_end, max_start, size, mem_size); in check_mem_region_access()