Home
last modified time | relevance | path

Searched refs:last_end (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/misc/ocxl/
H A Dpasid.c29 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()
/openbmc/linux/arch/ia64/mm/
H A Dcontig.c167 static u64 last_end = PAGE_OFFSET; in find_largest_hole() local
171 if (*max_gap < (start - last_end)) in find_largest_hole()
172 *max_gap = start - last_end; in find_largest_hole()
173 last_end = end; in find_largest_hole()
/openbmc/linux/fs/btrfs/
H A Dextent-io-tree.c564 u64 last_end; in __clear_extent_bit() local
624 last_end = state->end; in __clear_extent_bit()
690 start = last_end + 1; in __clear_extent_bit()
992 u64 last_end; in __set_extent_bit() local
1041 last_end = state->end; in __set_extent_bit()
1062 start = last_end + 1; in __set_extent_bit()
1119 start = last_end + 1; in __set_extent_bit()
1240 u64 last_end; in convert_extent_bit() local
1289 last_end = state->end; in convert_extent_bit()
1303 start = last_end + 1; in convert_extent_bit()
[all …]
H A Draid56.c1078 u64 last_end = last->bi_iter.bi_sector << SECTOR_SHIFT; in rbio_add_io_sector() local
1079 last_end += last->bi_iter.bi_size; in rbio_add_io_sector()
1085 if (last_end == disk_start && !last->bi_status && in rbio_add_io_sector()
H A Dfile.c216 u64 last_end = args->start; in btrfs_drop_extents() local
319 last_end = extent_end; in btrfs_drop_extents()
394 last_end = extent_end; in btrfs_drop_extents()
549 args->drop_end = found ? min(args->end, last_end) : args->end; in btrfs_drop_extents()
/openbmc/qemu/util/
H A Diov.c575 void *last_end; in qemu_iovec_clone() local
586 last_end = NULL; in qemu_iovec_clone()
592 if (last_end && last_end > cur->iov_base) { in qemu_iovec_clone()
593 rewind = last_end - cur->iov_base; in qemu_iovec_clone()
598 last_end = MAX(cur->iov_base + cur->iov_len, last_end); in qemu_iovec_clone()
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_tcp.h26 u_int32_t last_end; /* Last seq + len */ member
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-fadump.c118 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()
/openbmc/linux/drivers/mtd/lpddr/
H A Dlpddr_cmds.c538 unsigned long ofs, last_end = 0; in lpddr_point() local
556 if (!last_end) in lpddr_point()
557 last_end = chip->start; in lpddr_point()
558 else if (chip->start != last_end) in lpddr_point()
578 last_end += 1 << lpddr->chipshift; in lpddr_point()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c706 state->last_end == end && in tcp_in_window()
713 state->last_end = end; in tcp_in_window()
1045 && ntohl(th->ack_seq) == ct->proto.tcp.last_end) { in nf_conntrack_tcp_packet()
1055 ct->proto.tcp.last_end; in nf_conntrack_tcp_packet()
1057 ct->proto.tcp.last_end; in nf_conntrack_tcp_packet()
1072 ct->proto.tcp.last_end = in nf_conntrack_tcp_packet()
1214 seq == ct->proto.tcp.last_end) in nf_conntrack_tcp_packet()
1226 && ntohl(th->ack_seq) == ct->proto.tcp.last_end) { in nf_conntrack_tcp_packet()
/openbmc/linux/arch/powerpc/kernel/
H A Dfadump.c437 unsigned long size, cur_size, hole_size, last_end; in fadump_get_boot_mem_regions() local
445 last_end = 0; in fadump_get_boot_mem_regions()
450 hole_size += (reg_start - last_end); in fadump_get_boot_mem_regions()
464 last_end = reg_end; in fadump_get_boot_mem_regions()
/openbmc/linux/mm/
H A Dmm_init.c590 unsigned long last_end; member
605 if (state->last_start <= pfn && pfn < state->last_end) in __early_pfn_to_nid()
611 state->last_end = end_pfn; in __early_pfn_to_nid()
1939 unsigned long accl_mask = 0, last_end = 0; in node_map_pfn_alignment() local
1947 last_end = end; in node_map_pfn_alignment()
1957 while (mask && last_end <= (start & (mask << 1))) in node_map_pfn_alignment()
H A Dvmalloc.c4030 unsigned long base, start, size, end, last_end, orig_start, orig_end; in pcpu_get_vm_areas() local
4054 last_end = offsets[last_area] + sizes[last_area]; in pcpu_get_vm_areas()
4056 if (vmalloc_end - vmalloc_start < last_end) { in pcpu_get_vm_areas()
4088 if (base + last_end < vmalloc_start + last_end) in pcpu_get_vm_areas()
/openbmc/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c1405 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()