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

  /src/tests/fs/lfs/
t_fcntl.c 41 void coalesce(int);
98 coalesce(32);
103 coalesce(64);
199 void coalesce(int width) function
251 /* Coalesce */
  /src/tests/kernel/
t_extent.c 114 ATF_TC(coalesce); variable
115 ATF_TC_HEAD(coalesce, tc)
119 ATF_TC_BODY(coalesce, tc)
372 ATF_TP_ADD_TC(tp, coalesce);
  /src/sys/kern/
subr_extent.c 370 * a region after us, attempt to coalesce to save
377 * We can coalesce. Prepend us to the first region.
385 * Can't coalesce. Fill in the region descriptor
401 * Attempt to coalesce with the region before us.
405 * We can coalesce. Append ourselves and make
413 * Attempt to coalesce with the region after us.
418 * We can coalesce. Note that if we appended ourselves
442 * We weren't able to coalesce with the next region, but
516 * if we can coalesce with another region. Don't lock before
675 * if we can coalesce with another region. Don't lock befor
1060 const bool coalesce = (ex->ex_flags & EXF_NOCOALESCE) == 0; local
    [all...]

Completed in 29 milliseconds