| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/ia64/mm/ |
| H A D | numa.c | 73 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 D | init.c | 585 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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/lpddr/ |
| H A D | lpddr_cmds.c | 541 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()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_proto_tcp.c | 666 && 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()
|
| /OK3568_Linux_fs/kernel/include/linux/netfilter/ |
| H A D | nf_conntrack_tcp.h | 26 u_int32_t last_end; /* Last seq + len */ member
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | extent_io.c | 704 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 + 1; in __set_extent_bit() [all …]
|
| H A D | raid56.c | 1109 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 D | file.c | 696 u64 last_end = start; in __btrfs_drop_extents() local 787 last_end = extent_end; 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()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | spectrogram.c | 113 int last_end; member 431 actual = make_window(p, p->last_end = 0); in start() 511 if ((p->end = max(p->end, p->end_min)) != p->last_end) in flow() 512 make_window(p, p->last_end = p->end); in flow()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | fadump.c | 425 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()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | vmalloc.c | 3203 unsigned long base, start, size, end, last_end, orig_start, orig_end; in pcpu_get_vm_areas() local 3228 last_end = offsets[last_area] + sizes[last_area]; in pcpu_get_vm_areas() 3230 if (vmalloc_end - vmalloc_start < last_end) { in pcpu_get_vm_areas() 3262 if (base + last_end < vmalloc_start + last_end) in pcpu_get_vm_areas()
|
| H A D | page_alloc.c | 1673 if (state->last_start <= pfn && pfn < state->last_end) in __early_pfn_to_nid() 1679 state->last_end = end_pfn; in __early_pfn_to_nid() 7374 unsigned long accl_mask = 0, last_end = 0; in node_map_pfn_alignment() local 7382 last_end = end; in node_map_pfn_alignment() 7392 while (mask && last_end <= (start & (mask << 1))) in node_map_pfn_alignment()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0001.c | 1387 unsigned long ofs, last_end = 0; in cfi_intelext_point() local 1411 if (!last_end) in cfi_intelext_point() 1412 last_end = cfi->chips[chipnum].start; in cfi_intelext_point() 1413 else if (cfi->chips[chipnum].start != last_end) in cfi_intelext_point() 1429 last_end += 1 << cfi->chipshift; in cfi_intelext_point()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mmzone.h | 1457 unsigned long last_end; member
|