Lines Matching full:good
483 /* First make up a "good" mask of slices that have the right size in slice_get_unmapped_area()
489 * Here "good" means slices that are already the right page size, in slice_get_unmapped_area()
495 * check if fits in good | compat => OK in slice_get_unmapped_area()
496 * check if fits in good | compat | free => convert free in slice_get_unmapped_area()
499 * check if hint fits in good => OK in slice_get_unmapped_area()
500 * check if hint fits in good | free => convert free in slice_get_unmapped_area()
502 * search in good, found => OK in slice_get_unmapped_area()
503 * search in good | free, found => convert free in slice_get_unmapped_area()
504 * search in good | compat | free, found => convert free. in slice_get_unmapped_area()
510 * a pointer to good mask for the next code to use. in slice_get_unmapped_area()
528 /* Check if we fit in the good mask. If we do, we just return, in slice_get_unmapped_area()
532 slice_dbg(" fits good !\n"); in slice_get_unmapped_area()
543 /* Found within the good mask, we don't have to setup, in slice_get_unmapped_area()
551 * We don't fit in the good mask, check what other slices are in slice_get_unmapped_area()
573 * anywhere in the good area. in slice_get_unmapped_area()