Home
last modified time | relevance | path

Searched refs:reboot (Results 1 – 9 of 9) sorted by relevance

/tools/power/pm-graph/
Dbootgraph.py65 reboot = False variable in SystemValues
992 sysvals.reboot = True
994 sysvals.reboot = True
1014 if(sysvals.iscronjob and (sysvals.reboot or \
1017 if(sysvals.reboot and (sysvals.dmesgfile or sysvals.ftracefile)):
1019 if cmd or sysvals.reboot or sysvals.iscronjob or testrun:
1041 if sysvals.reboot:
/tools/testing/selftests/wireguard/qemu/
Dinit.c31 reboot(RB_AUTOBOOT); in poweroff()
DMakefile226 -no-reboot \
/tools/testing/ktest/
Dktest.pl113 my $reboot;
292 "REBOOT" => \$reboot,
1378 sub reboot { subroutine
1409 if (run_command $reboot) {
1451 reboot $time;
2072 reboot;
2272 reboot $sleep_time;
/tools/perf/Documentation/
Dsecurity.txt108 7. Enable filesystem SELinux labeling at the next reboot:
230 To fully turn SELinux off a machine set SELINUX=disabled at /etc/selinux/config file and reboot;
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl180 169 common reboot sys_reboot
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl83 88 common reboot sys_reboot compat_sys_reboot
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl123 88 nospu reboot sys_reboot
/tools/include/nolibc/
Dnolibc.h2097 int reboot(int cmd) in reboot() function