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

/freebsd-11-stable/sys/vm/
H A Dvm_map.c3628 vm_offset_t bot, gap_bot, gap_top, top; local
3679 gap_top = bot;
3684 gap_top = addrbos + max_ssize;
3698 if (gap_bot == gap_top)
3700 rv = vm_map_insert(map, NULL, 0, gap_bot, gap_top, VM_PROT_NONE,

Completed in 66 milliseconds