HomeSort by relevance Sort by last modified time
    Searched full:minfree (Results 1 - 18 of 18) sorted by null

  /system/sepolicy/
lmkd.te 24 ## Writes to /sys/module/lowmemorykiller/parameters/minfree
system_server.te 418 # /sys/module/lowmemorykiller/parameters/minfree
  /ndk/sources/host-tools/make-3.81/
strcache.c 187 int totfree = 0, avgfree, maxfree = 0, minfree = bufsize; local
204 minfree = (bf < minfree ? bf : minfree);
215 prefix, totfree, maxfree, minfree, avgfree);
  /device/asus/fugu/overlay/frameworks/base/core/res/res/values/
config.xml 46 <!-- Device configuration adjusting the minfree tunable in the lowmemorykiller in the
53 Below will adj 6 minfree buckets (in MB) to: 32, 40, 48, 56, 64, 80 -->
  /system/core/lmkd/
lmkd.c 46 #define INKERNEL_MINFREE_PATH "/sys/module/lowmemorykiller/parameters/minfree"
59 * longest is LMK_TARGET followed by MAX_TARGETS each minfree and minkillprio
553 int minfree, int min_score_adj, bool first)
577 first ? "" : "~", other_file * page_k, minfree * page_k, min_score_adj,
599 int minfree = 0; local
603 minfree = lowmem_minfree[i];
604 if (other_free < minfree && other_file < minfree) {
620 killed_size = kill_one_process(procp, other_free, other_file, minfree, min_score_adj, first);
  /docs/source.android.com/src/devices/tech/config/
low-ram.jd 177 &lt;!-- Device configuration setting the minfree tunable in the lowmemorykiller
189 &lt;!-- Device configuration adjusting the minfree tunable in the
  /system/core/rootdir/
init.rc 511 chown root system /sys/module/lowmemorykiller/parameters/minfree
512 chmod 0664 /sys/module/lowmemorykiller/parameters/minfree
  /frameworks/base/services/core/java/com/android/server/am/
ProcessList.java 175 // LMK_TARGET <minfree> <minkillprio> ... (up to 6 pairs)
    [all...]
  /frameworks/base/core/res/res/values/
config.xml 158 <!-- Device configuration setting the minfree tunable in the lowmemorykiller in the kernel.
167 <!-- Device configuration adjusting the minfree tunable in the lowmemorykiller in the
    [all...]
  /prebuilts/qemu-kernel/arm/ranchu/
vmlinux-qemu 
  /prebuilts/qemu-kernel/arm/
vmlinux-qemu 
vmlinux-qemu-armv7 
  /prebuilts/qemu-kernel/mips/
kernel-qemu 
vmlinux-qemu 
  /prebuilts/qemu-kernel/mips/ranchu/
kernel-qemu 
vmlinux-qemu 
  /prebuilts/qemu-kernel/x86/ranchu/
vmlinux-qemu 
  /prebuilts/qemu-kernel/x86/
vmlinux-vbox 

Completed in 624 milliseconds