/system/memory/lmkd/ |
D | README.md | 68 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/ |
D | ANRdaemon.cpp | 155 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/ |
D | perfboot.py | 109 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/ |
D | checkpoint_gc.sh | 56 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/ |
D | storaged.h | 125 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()
|
D | storaged_uid_monitor.h | 120 double hours, uint64_t threshold, bool force_report);
|
/system/core/storaged/ |
D | README.properties | 5 ro.storaged.uid_io.threshold # Per UID IO usage limit, in bytes
|
D | storaged_service.cpp | 107 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()
|
D | storaged_uid_monitor.cpp | 259 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/ |
D | chre_cross_validation_wifi.proto | 30 // H2C: Host telling nanoapp whether or not to allow a certain threshold of 40 // scan results threshold message is sent.
|
/system/logging/logd/ |
D | LogStatistics.cpp | 391 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()
|
D | ChattyLogBuffer.cpp | 386 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()
|
D | LogStatistics.h | 537 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/ |
D | README.overlayfs.md | 113 - Space remaining threshold is hard coded. If 1% or more space
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | property_contexts | 53 dalvik.vm.lockprof.threshold u:object_r:exported_dalvik_prop:s0 exact int
|
D | domain.te | 353 # Adjusting the AVC cache threshold.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | property_contexts | 62 dalvik.vm.lockprof.threshold u:object_r:exported_dalvik_prop:s0 exact int
|
D | domain.te | 383 # Adjusting the AVC cache threshold.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | domain.te | 285 # Adjusting the AVC cache threshold.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | property_contexts | 63 dalvik.vm.lockprof.threshold u:object_r:exported_dalvik_prop:s0 exact int
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | domain.te | 282 # Adjusting the AVC cache threshold.
|
/system/chre/pal/doc/ |
D | Doxyfile | 2206 # 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/ |
D | Doxyfile | 2206 # 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/ |
D | domain.te | 410 # Adjusting the AVC cache threshold.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | domain.te | 410 # Adjusting the AVC cache threshold.
|