/linux/mm/ |
H A D | vma_exec.c | 37 unsigned long new_end = old_end - shift; in relocate_vma_down() local 44 BUG_ON(new_start > new_end); in relocate_vma_down() 71 if (new_end > old_start) { in relocate_vma_down() 73 * when the old and new regions overlap clear from new_end. in relocate_vma_down() 75 free_pgd_range(&tlb, new_end, old_end, new_end, in relocate_vma_down() 80 * the address space in [new_end, old_start) some architectures in relocate_vma_down() 84 free_pgd_range(&tlb, old_start, old_end, new_end, in relocate_vma_down() 91 return vma_shrink(&vmi, vma, new_start, new_end, vma->vm_pgoff); in relocate_vma_down()
|
H A D | memblock.c | 433 phys_addr_t old_size, new_size, addr, new_end; in memblock_double_array() local 491 new_end = addr + new_size - 1; in memblock_double_array() 493 type->name, type->max * 2, &addr, &new_end); in memblock_double_array()
|
/linux/arch/arm/mm/ |
H A D | cache-l2x0.c | 1609 unsigned long new_start, new_end; in bcm_inv_range() local 1617 new_end = bcm_l2_phys_addr(end); in bcm_inv_range() 1621 l2c210_inv_range(new_start, new_end); in bcm_inv_range() 1631 new_end); in bcm_inv_range() 1636 unsigned long new_start, new_end; in bcm_clean_range() local 1644 new_end = bcm_l2_phys_addr(end); in bcm_clean_range() 1648 l2c210_clean_range(new_start, new_end); in bcm_clean_range() 1658 new_end); in bcm_clean_range() 1663 unsigned long new_start, new_end; in bcm_flush_range() local 1676 new_end in bcm_flush_range() [all...] |
/linux/kernel/bpf/ |
H A D | log.c | 93 u64 new_end, new_start; in bpf_verifier_vlog() local 96 new_end = log->end_pos + n; in bpf_verifier_vlog() 97 if (new_end - log->start_pos >= log->len_total) in bpf_verifier_vlog() 98 new_start = new_end - log->len_total; in bpf_verifier_vlog() 103 log->end_pos = new_end - 1; /* don't count terminating '\0' */ in bpf_verifier_vlog() 109 cur_pos = new_end - new_n; in bpf_verifier_vlog() 111 div_u64_rem(new_end, log->len_total, &buf_end); in bpf_verifier_vlog() 112 /* new_end and buf_end are exclusive indices, so if buf_end is in bpf_verifier_vlog()
|
/linux/lib/ |
H A D | alloc_tag.c | 417 unsigned long new_end = module_tags.start_addr + module_tags.size; in vm_module_tags_populate() local 419 if (phys_end < new_end) { in vm_module_tags_populate() 422 unsigned long new_shadow_end = ALIGN(new_end, MODULE_ALIGN); in vm_module_tags_populate() 426 more_pages = ALIGN(new_end - phys_end, PAGE_SIZE) >> PAGE_SHIFT; in vm_module_tags_populate() 467 new_end - module_tags.start_addr, in vm_module_tags_populate()
|
H A D | maple_tree.c | 3827 unsigned char new_end) in mas_wr_node_store() argument 3884 if (new_end < node_pivots) in mas_wr_node_store() 3885 dst_pivots[new_end] = mas->max; in mas_wr_node_store() 3888 mas_leaf_set_meta(newnode, maple_leaf_64, new_end); in mas_wr_node_store() 3899 mas->end = new_end; in mas_wr_node_store() 4003 unsigned char new_end = mas->end + 2; in mas_wr_new_end() local 4005 new_end -= wr_mas->offset_end - mas->offset; in mas_wr_new_end() 4007 new_end--; in mas_wr_new_end() 4010 new_end--; in mas_wr_new_end() 4012 return new_end; in mas_wr_new_end() 4025 mas_wr_append(struct ma_wr_state * wr_mas,unsigned char new_end) mas_wr_append() argument 4089 unsigned char new_end = mas_wr_new_end(wr_mas); mas_wr_store_entry() local 4236 unsigned char new_end; mas_wr_store_type() local [all...] |
/linux/fs/xfs/libxfs/ |
H A D | xfs_exchmaps.c | 238 xfs_fileoff_t new_end; in xfs_exchmaps_can_skip_mapping() local 240 new_end = roundup_64(irec->br_startoff, mp->m_sb.sb_rextsize); in xfs_exchmaps_can_skip_mapping() 242 new_end - irec->br_startoff); in xfs_exchmaps_can_skip_mapping() 258 xfs_fileoff_t new_end; in xfs_exchmaps_can_skip_mapping() local 260 new_end = rounddown_64(irec->br_startoff + irec->br_blockcount, in xfs_exchmaps_can_skip_mapping() 262 irec->br_blockcount = new_end - irec->br_startoff; in xfs_exchmaps_can_skip_mapping()
|
/linux/net/ipv6/ |
H A D | calipso.c | 1322 int len_delta, new_end, pad, payload; in calipso_skbuff_setattr() local 1341 new_end = start + ret_val; in calipso_skbuff_setattr() 1342 /* At this point new_end aligns to 4n, so (new_end & 4) pads to 8n */ in calipso_skbuff_setattr() 1343 pad = ((new_end & 4) + (end & 7)) & 7; in calipso_skbuff_setattr() 1344 len_delta = new_end - (int)end + pad; in calipso_skbuff_setattr() 1374 memcpy((char *)hop + start, buf + (start & 3), new_end - start); in calipso_skbuff_setattr() 1375 calipso_pad_write((unsigned char *)hop, new_end, pad); in calipso_skbuff_setattr()
|
/linux/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 329 u64 new_end, old_end; in ff_lseg_merge() local 339 new_end = pnfs_calc_offset_end(new->pls_range.offset, in ff_lseg_merge() 341 if (new_end < old->pls_range.offset) in ff_lseg_merge() 347 if (new_end < old_end) in ff_lseg_merge() 348 new_end = old_end; in ff_lseg_merge() 352 new_end); in ff_lseg_merge()
|
/linux/fs/ext4/ |
H A D | mballoc.c | 4355 loff_t new_end, tmp_pa_end, left_pa_end = -1; in ext4_mb_pa_adjust_overlap() local 4358 new_end = *end; in ext4_mb_pa_adjust_overlap() 4470 if (right_pa_start < new_end) in ext4_mb_pa_adjust_overlap() 4471 new_end = right_pa_start; in ext4_mb_pa_adjust_overlap() 4476 ext4_mb_pa_assert_overlap(ac, new_start, new_end); in ext4_mb_pa_adjust_overlap() 4479 *end = new_end; in ext4_mb_pa_adjust_overlap()
|
/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 4332 s16 new_end = range_end; in nfp_bpf_opt_pkt_cache() local 4342 new_end = end; in nfp_bpf_opt_pkt_cache() 4349 if (new_end - new_start <= 64) { in nfp_bpf_opt_pkt_cache() 4352 range_end = new_end; in nfp_bpf_opt_pkt_cache()
|