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

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
scatterlist.c 177 static unsigned int grow(unsigned long n, function in typeref:typename:unsigned int
272 grow,
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_workarounds.c 95 const unsigned int grow = WA_LIST_CHUNK; local in function:_wa_add
98 GEM_BUG_ON(!is_power_of_2(grow));
100 if (IS_ALIGNED(wal->count, grow)) { /* Either uninitialized or full. */
103 list = kmalloc_array(ALIGN(wal->count + 1, grow), sizeof(*wa),
  /src/sbin/resize_ffs/
resize_ffs.c 850 * the csum area to grow, we must be adding at least one cg, so the
973 /* Did we actually not grow? (This can happen if newsize is less than
984 * Grow the file system.
987 grow(void) function in typeref:typename:void
1040 progress_bar(special, "grow cg",
2294 grow();

Completed in 14 milliseconds