HomeSort by relevance Sort by last modified time
    Searched refs:cpu2 (Results 1 - 10 of 10) sorted by null

  /platform_testing/scripts/perf-setup/
sailin-setup.sh 13 echo performance > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor
14 echo 2150400 > /sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq
  /external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
context_switch.c 158 static void pipe_setup(int cpu1, int cpu2)
201 static void yield_setup(int cpu1, int cpu2)
203 if (cpu1 != cpu2) {
294 static void futex_setup(int cpu1, int cpu2)
372 fprintf(stderr, "Usage: context_switch2 <options> CPU1 CPU2\n\n");
389 int cpu2; local
438 cpu1 = cpu2 = pick_online_cpu();
441 cpu2 = atoi(argv[optind++]);
454 cpu1, cpu2, touch_fp ? "yes" : "no", touch_altivec ? "yes" : "no",
462 actions->setup(cpu1, cpu2);
    [all...]
  /device/huawei/angler/
thermal-engine-angler.conf 128 [SS-CPU2]
131 sensor cpu2
init.angler.rc 273 write /sys/devices/system/cpu/cpu2/online 0
  /device/asus/fugu/
init.fugu.rc 91 chown system system /sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq
92 chmod 0660 /sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq
  /device/lge/bullhead/
init.bullhead.power.sh 48 write /sys/module/lpm_levels/system/a53/cpu2/retention/idle_enabled 0
init.bullhead.rc 34 write /sys/devices/system/cpu/cpu2/online 0
43 write /sys/module/lpm_levels/system/a53/cpu2/retention/idle_enabled 0
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
hi6220.dtsi 37 cpu = <&cpu2>;
109 cpu2: cpu@2 {
  /device/google/wahoo/
init.hardware.rc 20 write /sys/devices/system/cpu/cpu2/online 0
69 write /sys/devices/system/cpu/cpu2/online 1
146 write /sys/module/lpm_levels/system/pwr/cpu2/ret/idle_enabled N
  /external/fio/
options.c 513 char *str2, *cpu2; local
521 while ((cpu2 = strsep(&str2, "-")) != NULL) {
522 if (!strlen(cpu2))
525 icpu2 = atoi(cpu2);
    [all...]

Completed in 192 milliseconds