HomeSort by: relevance | last modified time | path
    Searched defs:coalesce (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
subr_extent.c 366 * a region after us, attempt to coalesce to save
373 * We can coalesce. Prepend us to the first region.
381 * Can't coalesce. Fill in the region descriptor
397 * Attempt to coalesce with the region before us.
401 * We can coalesce. Append ourselves and make
409 * Attempt to coalesce with the region after us.
414 * We can coalesce. Note that if we appended ourselves
438 * We weren't able to coalesce with the next region, but
512 * if we can coalesce with another region. Don't lock before
671 * if we can coalesce with another region. Don't lock befor
1056 const bool coalesce = (ex->ex_flags & EXF_NOCOALESCE) == 0; local in function:extent_free
    [all...]
subr_extent.c 366 * a region after us, attempt to coalesce to save
373 * We can coalesce. Prepend us to the first region.
381 * Can't coalesce. Fill in the region descriptor
397 * Attempt to coalesce with the region before us.
401 * We can coalesce. Append ourselves and make
409 * Attempt to coalesce with the region after us.
414 * We can coalesce. Note that if we appended ourselves
438 * We weren't able to coalesce with the next region, but
512 * if we can coalesce with another region. Don't lock before
671 * if we can coalesce with another region. Don't lock befor
1056 const bool coalesce = (ex->ex_flags & EXF_NOCOALESCE) == 0; local in function:extent_free
    [all...]
subr_extent.c 366 * a region after us, attempt to coalesce to save
373 * We can coalesce. Prepend us to the first region.
381 * Can't coalesce. Fill in the region descriptor
397 * Attempt to coalesce with the region before us.
401 * We can coalesce. Append ourselves and make
409 * Attempt to coalesce with the region after us.
414 * We can coalesce. Note that if we appended ourselves
438 * We weren't able to coalesce with the next region, but
512 * if we can coalesce with another region. Don't lock before
671 * if we can coalesce with another region. Don't lock befor
1056 const bool coalesce = (ex->ex_flags & EXF_NOCOALESCE) == 0; local in function:extent_free
    [all...]

Completed in 35 milliseconds