Lines Matching refs:split
530 int split = 0;
576 if (nr_to_split && split >= nr_to_split)
584 /* No huge page at the end of the file: nothing to split */
606 /* If split failed move the inode on the list back to shrinklist */
610 split++;
629 return split;
875 * Check whether a hole-punch or truncation needs to split a huge page,
876 * returning true if no split was required, or the split has been successful.
878 * Eviction (or truncation to 0 size) should never need to split a huge page;
882 * A split can only succeed when there are no additional references on the
883 * huge page: so the split below relies upon find_get_entries() having stopped
896 /* Try to split huge page, so we can truly punch the hole or truncate */