Lines Matching defs:find_space
2113 vm_size_t length, vm_offset_t max_addr, int find_space,
2120 find_space, prot, max, cow);
2128 vm_size_t length, vm_offset_t max_addr, int find_space,
2137 MPASS((cow & MAP_REMAP) == 0 || (find_space == VMFS_NO_SPACE &&
2139 if (find_space == VMFS_OPTIMAL_SPACE && (object == NULL ||
2141 find_space = VMFS_ANY_SPACE;
2142 if (find_space >> 8 != 0) {
2143 KASSERT((find_space & 0xff) == 0, ("bad VMFS flags"));
2144 alignment = (vm_offset_t)1 << (find_space >> 8);
2150 find_space != VMFS_NO_SPACE && object == NULL &&
2155 find_space != VMFS_NO_SPACE &&
2164 if (find_space != VMFS_NO_SPACE) {
2165 KASSERT(find_space == VMFS_ANY_SPACE ||
2166 find_space == VMFS_OPTIMAL_SPACE ||
2167 find_space == VMFS_SUPER_SPACE ||
2175 * for a given find_space value. The first attempt may
2181 * If all tries failed, and find_space is
2207 if ((find_space == VMFS_SUPER_SPACE ||
2208 find_space == VMFS_OPTIMAL_SPACE) &&
2247 if (find_space != VMFS_ANY_SPACE &&
2250 if (find_space == VMFS_OPTIMAL_SPACE) {
2251 find_space = VMFS_ANY_SPACE;
2300 vm_offset_t max_addr, int find_space, vm_prot_t prot, vm_prot_t max,
2313 find_space, prot, max, cow);