Searched full:gap_end (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ubifs/ |
| H A D | tnc_commit.c | 101 * @gap_end: offset of end of gap 106 static int fill_gap(struct ubifs_info *c, int lnum, int gap_start, int gap_end, in fill_gap() argument 112 ubifs_assert(c, (gap_end & 7) == 0); in fill_gap() 113 ubifs_assert(c, gap_end >= gap_start); in fill_gap() 115 gap_remains = gap_end - gap_start; in fill_gap() 141 if (gap_end == c->leb_size) { in fill_gap() 149 lnum, gap_start, gap_end, gap_end - gap_start, written, pad_len); in fill_gap() 228 int lnum, dirt = 0, gap_start, gap_end, err, written, tot_written; in layout_leb_in_gaps() local 275 gap_end = snod->offs; in layout_leb_in_gaps() 277 written = fill_gap(c, lnum, gap_start, gap_end, &dirt); in layout_leb_in_gaps() [all …]
|
| /linux/arch/x86/kernel/ |
| H A D | e820.c | 646 u64 gap_end = range_start; in e820_search_gap() local 651 gap_end = min(gap_end, MAX_GAP_END); in e820_search_gap() 652 gap_size = gap_end-gap_start; in e820_search_gap()
|
| /linux/mm/ |
| H A D | vma.c | 3025 unsigned long length, gap, gap_end; in unmapped_area_topdown() local 3045 gap_end = vma_iter_end(&vmi); in unmapped_area_topdown() 3049 if (vm_start_gap(tmp) < gap_end) { in unmapped_area_topdown()
|
| /linux/arch/x86/kernel/apic/ |
| H A D | x2apic_uv_x.c | 1316 pr_info("UV: GRT: %d entries, sockets(min:%x,max:%x), pnodes(min:%x,max:%x), gap_end(%d)\n", in decode_gam_rng_tbl()
|
| /linux/tools/testing/radix-tree/ |
| H A D | maple.c | 33466 * Gap was found: mt 4041162752 gap_end 4041183232 in check_erase2_sets() 33804 * mt 140582827569152 gap_end 140582869532672 in check_erase2_sets()
|