Home
last modified time | relevance | path

Searched refs:last_end (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
688 if (last_end == (u64)-1) 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()
1060 if (last_end == (u64)-1) in __set_extent_bit()
1062 start = last_end + 1; in __set_extent_bit()
1117 if (last_end == (u64)-1) in __set_extent_bit()
1119 start = last_end in __set_extent_bit()
1240 u64 last_end; convert_extent_bit() local
[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()
/kernel/linux/linux-5.10/arch/ia64/mm/
H A Dnuma.c73 if (section >= state->last_start && section < state->last_end) in __early_pfn_to_nid()
82 state->last_end = esec; in __early_pfn_to_nid()
H A Dinit.c585 static u64 last_end = PAGE_OFFSET; in find_largest_hole() local
589 if (*max_gap < (start - last_end)) in find_largest_hole()
590 *max_gap = start - last_end; in find_largest_hole()
591 last_end = end; in find_largest_hole()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/linux/netfilter/
H A Dnf_conntrack_tcp.h26 u_int32_t last_end; /* Last seq + len */ member
/kernel/linux/linux-6.6/include/linux/netfilter/
H A Dnf_conntrack_tcp.h26 u_int32_t last_end; /* Last seq + len */ member
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_proto_tcp.c666 && state->last_end == end in tcp_in_window()
673 state->last_end = end; in tcp_in_window()
938 && ntohl(th->ack_seq) == ct->proto.tcp.last_end) { in nf_conntrack_tcp_packet()
948 ct->proto.tcp.last_end; in nf_conntrack_tcp_packet()
950 ct->proto.tcp.last_end; in nf_conntrack_tcp_packet()
965 ct->proto.tcp.last_end = in nf_conntrack_tcp_packet()
1077 seq == ct->proto.tcp.last_end) in nf_conntrack_tcp_packet()
1089 && ntohl(th->ack_seq) == ct->proto.tcp.last_end) { in nf_conntrack_tcp_packet()
/kernel/linux/linux-5.10/drivers/mtd/lpddr/
H A Dlpddr_cmds.c541 unsigned long ofs, last_end = 0; in lpddr_point() local
559 if (!last_end) in lpddr_point()
560 last_end = chip->start; in lpddr_point()
561 else if (chip->start != last_end) in lpddr_point()
581 last_end += 1 << lpddr->chipshift; in lpddr_point()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_io.c704 u64 last_end; in __clear_extent_bit() local
762 last_end = state->end; in __clear_extent_bit()
827 if (last_end == (u64)-1) in __clear_extent_bit()
829 start = last_end + 1; in __clear_extent_bit()
976 u64 last_end; in __set_extent_bit() local
1022 last_end = state->end; in __set_extent_bit()
1040 if (last_end == (u64)-1) in __set_extent_bit()
1042 start = last_end + 1; in __set_extent_bit()
1096 if (last_end == (u64)-1) in __set_extent_bit()
1098 start = last_end in __set_extent_bit()
1218 u64 last_end; convert_extent_bit() local
[all...]
H A Draid56.c1109 u64 last_end = (u64)last->bi_iter.bi_sector << 9; in rbio_add_io_page() local
1110 last_end += last->bi_iter.bi_size; in rbio_add_io_page()
1116 if (last_end == disk_start && !last->bi_status && in rbio_add_io_page()
H A Dfile.c696 u64 last_end = start; in __btrfs_drop_extents() local
787 last_end = extent_end; in __btrfs_drop_extents()
856 * last_end can be updated. in __btrfs_drop_extents()
858 last_end = extent_end; in __btrfs_drop_extents()
1009 *drop_end = found ? min(end, last_end) : end; in __btrfs_drop_extents()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dfadump.c425 unsigned long size, cur_size, hole_size, last_end; in fadump_get_boot_mem_regions() local
433 last_end = 0; in fadump_get_boot_mem_regions()
438 hole_size += (reg_start - last_end); in fadump_get_boot_mem_regions()
452 last_end = reg_end; in fadump_get_boot_mem_regions()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
1945 unsigned long accl_mask = 0, last_end = 0; in node_map_pfn_alignment() local
1953 last_end = end; in node_map_pfn_alignment()
1963 while (mask && last_end <= (start & (mask << 1))) in node_map_pfn_alignment()
H A Dvmalloc.c4031 unsigned long base, start, size, end, last_end, orig_start, orig_end; in pcpu_get_vm_areas() local
4055 last_end = offsets[last_area] + sizes[last_area]; in pcpu_get_vm_areas()
4057 if (vmalloc_end - vmalloc_start < last_end) { in pcpu_get_vm_areas()
4086 * base might have underflowed, add last_end before in pcpu_get_vm_areas()
4089 if (base + last_end < vmalloc_start + last_end) in pcpu_get_vm_areas()
/kernel/linux/linux-5.10/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c1403 unsigned long ofs, last_end = 0; in cfi_intelext_point() local
1427 if (!last_end) in cfi_intelext_point()
1428 last_end = cfi->chips[chipnum].start; in cfi_intelext_point()
1429 else if (cfi->chips[chipnum].start != last_end) in cfi_intelext_point()
1445 last_end += 1 << cfi->chipshift; in cfi_intelext_point()
/kernel/linux/linux-5.10/mm/
H A Dvmalloc.c3199 unsigned long base, start, size, end, last_end, orig_start, orig_end; in pcpu_get_vm_areas() local
3224 last_end = offsets[last_area] + sizes[last_area]; in pcpu_get_vm_areas()
3226 if (vmalloc_end - vmalloc_start < last_end) { in pcpu_get_vm_areas()
3255 * base might have underflowed, add last_end before in pcpu_get_vm_areas()
3258 if (base + last_end < vmalloc_start + last_end) in pcpu_get_vm_areas()
/kernel/linux/linux-6.6/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()

Completed in 56 milliseconds

12