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

  /src/external/bsd/jemalloc/dist/test/unit/
oversize_threshold.c 19 size_t new_threshold; local
28 new_threshold = 1024 * 1024;
30 &new_threshold, threshold_sz);
33 new_threshold = 2 * 1024 * 1024;
35 &threshold_sz, &new_threshold, threshold_sz);
  /src/external/bsd/jemalloc.old/dist/test/unit/
oversize_threshold.c 19 size_t new_threshold; local
28 new_threshold = 1024 * 1024;
30 &new_threshold, threshold_sz);
33 new_threshold = 2 * 1024 * 1024;
35 &threshold_sz, &new_threshold, threshold_sz);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 3981 unsigned int new_threshold; local
4000 new_threshold = HPD_STORM_DEFAULT_THRESHOLD;
4001 else if (kstrtouint(tmp, 10, &new_threshold) != 0)
4004 if (new_threshold > 0)
4006 new_threshold);
4011 hotplug->hpd_storm_threshold = new_threshold;

Completed in 37 milliseconds