| /linux/drivers/misc/ocxl/ |
| H A D | pasid.c | 29 int rc, last_end; in range_alloc() local 36 last_end = -1; in range_alloc() 38 if ((cur->start - last_end) > size) in range_alloc() 40 last_end = cur->end; in range_alloc() 44 new->start = last_end + 1; in range_alloc()
|
| /linux/fs/btrfs/ |
| H A D | extent-io-tree.c | 619 u64 last_end; in btrfs_clear_extent_bit_changeset() local 678 last_end = state->end; in btrfs_clear_extent_bit_changeset() 751 if (last_end >= end) in btrfs_clear_extent_bit_changeset() 753 start = last_end + 1; in btrfs_clear_extent_bit_changeset() 1058 u64 last_end; in set_extent_bit() local 1110 last_end = state->end; in set_extent_bit() 1129 if (last_end >= end) in set_extent_bit() 1131 start = last_end + 1; in set_extent_bit() 1185 if (last_end >= end) in set_extent_bit() 1187 start = last_end + 1; in set_extent_bit() [all …]
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-fadump.c | 118 unsigned long base, size, last_end, hole_size; in opal_fadump_get_config() local 124 last_end = 0; in opal_fadump_get_config() 137 hole_size += (base - last_end); in opal_fadump_get_config() 139 last_end = base + size; in opal_fadump_get_config()
|
| /linux/include/linux/netfilter/ |
| H A D | nf_conntrack_tcp.h | 26 u_int32_t last_end; /* Last seq + len */ member
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | rtas-fadump.c | 44 unsigned long base, size, last_end, hole_size; in rtas_fadump_get_config() local 46 last_end = 0; in rtas_fadump_get_config() 81 hole_size += (base - last_end); in rtas_fadump_get_config() 82 last_end = base + size; in rtas_fadump_get_config()
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_proto_tcp.c | 706 state->last_end == end && in tcp_in_window() 713 state->last_end = end; in tcp_in_window() 1046 && ntohl(th->ack_seq) == ct->proto.tcp.last_end) { in nf_conntrack_tcp_packet() 1056 ct->proto.tcp.last_end; in nf_conntrack_tcp_packet() 1058 ct->proto.tcp.last_end; in nf_conntrack_tcp_packet() 1073 ct->proto.tcp.last_end = in nf_conntrack_tcp_packet() 1215 seq == ct->proto.tcp.last_end) in nf_conntrack_tcp_packet() 1227 && ntohl(th->ack_seq) == ct->proto.tcp.last_end) { in nf_conntrack_tcp_packet()
|
| /linux/mm/ |
| H A D | mm_init.c | 607 unsigned long last_end; member 622 if (state->last_start <= pfn && pfn < state->last_end) in __early_pfn_to_nid() 628 state->last_end = end_pfn; in __early_pfn_to_nid() 1958 unsigned long accl_mask = 0, last_end = 0; in node_map_pfn_alignment() local 1966 last_end = end; in node_map_pfn_alignment() 1976 while (mask && last_end <= (start & (mask << 1))) in node_map_pfn_alignment()
|
| H A D | madvise.c | 1676 unsigned long last_end = range->end; in madvise_walk_vmas() local 1711 if (range->start >= last_end) in madvise_walk_vmas() 1716 range->end = min(vma->vm_end, last_end); in madvise_walk_vmas() 1736 if (range->end >= last_end) in madvise_walk_vmas()
|
| H A D | mremap.c | 1834 unsigned long last_end; in remap_move() local 1870 offset = seen_vma ? vma->vm_start - last_end : 0; in remap_move() 1871 last_end = vma->vm_end; in remap_move()
|
| H A D | vmalloc.c | 4881 unsigned long base, start, size, end, last_end, orig_start, orig_end; in pcpu_get_vm_areas() local 4905 last_end = offsets[last_area] + sizes[last_area]; in pcpu_get_vm_areas() 4907 if (vmalloc_end - vmalloc_start < last_end) { in pcpu_get_vm_areas() 4939 if (base + last_end < vmalloc_start + last_end) in pcpu_get_vm_areas()
|
| /linux/arch/powerpc/kernel/ |
| H A D | fadump.c | 452 unsigned long size, cur_size, hole_size, last_end; in fadump_get_boot_mem_regions() local 460 last_end = 0; in fadump_get_boot_mem_regions() 465 hole_size += (reg_start - last_end); in fadump_get_boot_mem_regions() 479 last_end = reg_end; in fadump_get_boot_mem_regions()
|
| /linux/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0001.c | 1405 unsigned long ofs, last_end = 0; in cfi_intelext_point() local 1429 if (!last_end) in cfi_intelext_point() 1430 last_end = cfi->chips[chipnum].start; in cfi_intelext_point() 1431 else if (cfi->chips[chipnum].start != last_end) in cfi_intelext_point() 1447 last_end += 1 << cfi->chipshift; in cfi_intelext_point()
|