Searched refs:gap_top (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/vm/
H A Dvm_map.c4498 vm_offset_t bot, gap_bot, gap_top, top; local
4549 gap_top = bot;
4554 gap_top = addrbos + max_ssize;
4568 if (gap_bot == gap_top)
4570 rv = vm_map_insert(map, NULL, 0, gap_bot, gap_top, VM_PROT_NONE,

Completed in 58 milliseconds