Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 25 of 29) sorted by relevance

12

/system/memory/lmkd/
DREADME.md68 total swap space used as a threshold to consider
73 the file-backed pagecache size used as a threshold
78 ro.lmk.thrashing_limit_decay: thrashing threshold decay expressed as a
79 percentage of the original threshold used to lower
80 the threshold when system does not recover even
84 ro.lmk.psi_partial_stall_ms: partial PSI stall threshold in milliseconds for
88 ro.lmk.psi_complete_stall_ms: complete PSI stall threshold in milliseconds for
/system/extras/ANRdaemon/
DANRdaemon.cpp155 int threshold = idle_threshold + (tracing ? 100 : 0); in is_heavy_load() local
160 return (diff_idle * 10000 < diff_total * threshold); in is_heavy_load()
525 int threshold; in get_options() local
540 threshold = atoi(optarg); in get_options()
541 if (threshold > 9999 || threshold < 5000) { in get_options()
545 idle_threshold = 10000 - threshold; in get_options()
/system/core/init/
Dperfboot.py109 def _get_cpu_temp(self, threshold): argument
114 if temp >= threshold:
119 threshold = IntervalAdjuster._CPU_COOL_DOWN_THRESHOLDS.get(
121 if threshold is None:
128 temp = self._get_cpu_temp(threshold)
129 if temp < threshold:
133 temp, threshold)
/system/extras/checkpoint_gc/
Dcheckpoint_gc.sh56 log -pi -t checkpoint_gc ${METRIC}:${CURRENT} \(threshold:${THRESHOLD}\)
70 log -pi -t checkpoint_gc Timed out with gc threshold not met.
/system/core/storaged/include/
Dstoraged.h125 double hours, uint64_t threshold, bool force_report) { in get_uid_records() argument
126 return mUidm.dump(hours, threshold, force_report); in get_uid_records()
Dstoraged_uid_monitor.h120 double hours, uint64_t threshold, bool force_report);
/system/core/storaged/
DREADME.properties5 ro.storaged.uid_io.threshold # Per UID IO usage limit, in bytes
Dstoraged_service.cpp107 uint64_t threshold = 0; in dump() local
129 if(!ParseUint(String8(args[i]).c_str(), &threshold)) in dump()
145 storaged_sp->get_uid_records(hours, threshold, force_report); in dump()
Dstoraged_uid_monitor.cpp259 double hours, uint64_t threshold, bool force_report) in dump() argument
287 uid_usage.bytes[WRITE][BACKGROUND][CHARGER_OFF] > threshold) { in dump()
/system/chre/apps/test/common/proto/
Dchre_cross_validation_wifi.proto30 // H2C: Host telling nanoapp whether or not to allow a certain threshold of
40 // scan results threshold message is sent.
/system/logging/logd/
DLogStatistics.cpp391 void LogStatistics::WorstTwoWithThreshold(const LogHashtable<TKey, TEntry>& table, size_t threshold, in WorstTwoWithThreshold() argument
403 if (*worst_sizes > threshold && *worst_sizes > (10 * max_entries[0]->dropped_count())) { in WorstTwoWithThreshold()
406 if (*second_worst_sizes < threshold) { in WorstTwoWithThreshold()
407 *second_worst_sizes = threshold; in WorstTwoWithThreshold()
412 void LogStatistics::WorstTwoUids(log_id id, size_t threshold, int* worst, size_t* worst_sizes, in WorstTwoUids() argument
415 WorstTwoWithThreshold(uidTable[id], threshold, worst, worst_sizes, second_worst_sizes); in WorstTwoUids()
418 void LogStatistics::WorstTwoTags(size_t threshold, int* worst, size_t* worst_sizes, in WorstTwoTags() argument
421 WorstTwoWithThreshold(tagTable, threshold, worst, worst_sizes, second_worst_sizes); in WorstTwoTags()
DChattyLogBuffer.cpp386 size_t threshold = max_size(id) / 8; in Prune() local
389 stats()->WorstTwoTags(threshold, &worst, &worst_sizes, &second_worst_sizes); in Prune()
392 stats()->WorstTwoUids(id, threshold, &worst, &worst_sizes, &second_worst_sizes); in Prune()
DLogStatistics.h537 void WorstTwoUids(log_id id, size_t threshold, int* worst, size_t* worst_sizes,
539 void WorstTwoTags(size_t threshold, int* worst, size_t* worst_sizes,
581 void WorstTwoWithThreshold(const LogHashtable<TKey, TEntry>& table, size_t threshold,
/system/core/fs_mgr/
DREADME.overlayfs.md113 - Space remaining threshold is hard coded. If 1% or more space
/system/sepolicy/prebuilts/api/28.0/public/
Dproperty_contexts53 dalvik.vm.lockprof.threshold u:object_r:exported_dalvik_prop:s0 exact int
Ddomain.te353 # Adjusting the AVC cache threshold.
/system/sepolicy/prebuilts/api/29.0/public/
Dproperty_contexts62 dalvik.vm.lockprof.threshold u:object_r:exported_dalvik_prop:s0 exact int
Ddomain.te383 # Adjusting the AVC cache threshold.
/system/sepolicy/prebuilts/api/27.0/public/
Ddomain.te285 # Adjusting the AVC cache threshold.
/system/sepolicy/prebuilts/api/30.0/public/
Dproperty_contexts63 dalvik.vm.lockprof.threshold u:object_r:exported_dalvik_prop:s0 exact int
/system/sepolicy/prebuilts/api/26.0/public/
Ddomain.te282 # Adjusting the AVC cache threshold.
/system/chre/pal/doc/
DDoxyfile2206 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
2208 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2209 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
/system/chre/chre_api/doc/
DDoxyfile2206 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
2208 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2209 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
/system/sepolicy/public/
Ddomain.te410 # Adjusting the AVC cache threshold.
/system/sepolicy/prebuilts/api/31.0/public/
Ddomain.te410 # Adjusting the AVC cache threshold.

12