Home
last modified time | relevance | path

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

/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()
/linux/fs/btrfs/
H A Dextent-io-tree.c630 u64 last_end; in __clear_extent_bit() local
690 last_end = state->end; in __clear_extent_bit()
754 if (last_end == (u64)-1) in __clear_extent_bit()
756 start = last_end + 1; in __clear_extent_bit()
1061 u64 last_end; in __set_extent_bit() local
1113 last_end = state->end; in __set_extent_bit()
1132 if (last_end == (u64)-1) in __set_extent_bit()
1134 start = last_end + 1; in __set_extent_bit()
1189 if (last_end == (u64)-1) in __set_extent_bit()
1191 start = last_end + 1; in __set_extent_bit()
[all …]
H A Draid56.c1167 u64 last_end = last->bi_iter.bi_sector << SECTOR_SHIFT; in rbio_add_io_sector() local
1168 last_end += last->bi_iter.bi_size; in rbio_add_io_sector()
1174 if (last_end == disk_start && !last->bi_status && in rbio_add_io_sector()
H A Dfile.c217 u64 last_end = args->start; in btrfs_drop_extents() local
320 last_end = extent_end; in btrfs_drop_extents()
398 last_end = extent_end; in btrfs_drop_extents()
556 args->drop_end = found ? min(args->end, last_end) : args->end; in btrfs_drop_extents()
/linux/include/linux/netfilter/
H A Dnf_conntrack_tcp.h26 u_int32_t last_end; /* Last seq + len */ member
/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()
/linux/arch/powerpc/platforms/pseries/
H A Drtas-fadump.c44 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/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()
/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()
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 Dmm_init.c591 unsigned long last_end; member
606 if (state->last_start <= pfn && pfn < state->last_end) in __early_pfn_to_nid()
612 state->last_end = end_pfn; in __early_pfn_to_nid()
1886 unsigned long accl_mask = 0, last_end = 0; in node_map_pfn_alignment() local
1894 last_end = end; in node_map_pfn_alignment()
1904 while (mask && last_end <= (start & (mask << 1))) in node_map_pfn_alignment()
H A Dvmalloc.c4617 unsigned long base, start, size, end, last_end, orig_start, orig_end; in pcpu_get_vm_areas() local
4641 last_end = offsets[last_area] + sizes[last_area]; in pcpu_get_vm_areas()
4643 if (vmalloc_end - vmalloc_start < last_end) { in pcpu_get_vm_areas()
4675 if (base + last_end < vmalloc_start + last_end) in pcpu_get_vm_areas()
/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()