Home
last modified time | relevance | path

Searched refs:nice (Results 1 – 17 of 17) sorted by relevance

/device/huawei/angler/thermal/
Dthermal.c180 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
208 &nice, &system, &idle); in get_cpu_usages()
225 active = user + nice + system; in get_cpu_usages()
/device/google/marlin/thermal/
Dthermal.c181 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
209 &nice, &system, &idle); in get_cpu_usages()
226 active = user + nice + system; in get_cpu_usages()
/device/lge/bullhead/thermal/
Dthermal.c182 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
210 &nice, &system, &idle); in get_cpu_usages()
227 active = user + nice + system; in get_cpu_usages()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DRIGHTS15 etc... If you like PCCTS and have developed a nice tool with the
DNOTES.msvc69 on. Of course, as soon as 1.31 "goes gold", I will send you nice new
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg1.txt57 This is very nice for keeping the source directory
85 PCCTS and have developed a nice tool with the output, please
Ddlg_p.g17 * etc... If you like PCCTS and have developed a nice tool with the
/device/linaro/bootloader/edk2/StdLib/Include/
Dunistd.h170 int nice(int);
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmakefile117 # etc... If you like PCCTS and have developed a nice tool with the
Dantlr1.txt147 This is very nice for keeping the source directory
224 PCCTS and have developed a nice tool with the output, please
Dantlr.g21 * etc... If you like PCCTS and have developed a nice tool with the
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dnamespace.h431 #define nice _nice
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DFAQ145 20. Well that's nice, but how do I make a gzip file in memory?
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DFAQ146 20. Well that's nice, but how do I make a gzip file in memory?
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c1119 value = nice(increment); in edk2_nice()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c1173 value = nice(increment); in posix_nice()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c2561 value = nice(increment); in posix_nice()