/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/include/ |
H A D | cpuhotplug_hotplug.sh | 64 # to perform the online operation successfully, false otherwise. 72 if [ ! -w /sys/devices/system/cpu/cpu${CPU}/online ]; then 78 $TIME echo 1 > /sys/devices/system/cpu/cpu${CPU}/online 93 if [ ! -w /sys/devices/system/cpu/cpu${CPU}/online ]; then 99 $TIME echo 0 > /sys/devices/system/cpu/cpu${CPU}/online 108 # currently online or offline. 121 # currently online or offline. 135 # currently online or offline. 177 # currently online or offline. 185 if [ -e /sys/devices/system/cpu/$cpu/online ]; the [all...] |
/third_party/node/test/parallel/ |
H A D | test-cluster-basic.js | 60 online: false, 66 online: false, 74 online: false, 79 online: false, 85 online: false,
|
/third_party/node/lib/internal/repl/ |
H A D | history.js | 107 repl.on('line', online); 120 function online(line) { 145 online(); 159 repl.off('line', online);
|
/third_party/node/deps/v8/tools/ |
H A D | cpu.sh | 21 echo 1 > $CPUPATH/cpu$i/online 23 echo 0 > $CPUPATH/cpu$i/online
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
H A D | cpuset_sched_domains_test.sh | 242 0 online 244 1 online 295 1,2 1 1,3 1 online
|
H A D | cpuset_load_balance_test.sh | 356 1,2 1 1,3 1 online
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/ |
H A D | cpuset_hotplug_test.sh | 245 online $cpus_all $cpus_all 263 online 0 0 0
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | cpuinfo.h | 6 int online; /* is this CPU online */ member
|
H A D | cpuinfo.c | 22 #define LIST_ONLINE_CPU_FILE "/sys/devices/system/cpu/online" 74 cpus[ci].online = 1; in get_cpu_baseinfo() 83 * get the cpu bitmask of the online processors 97 * open file /sys/devices/system/cpu/online and get online in online_cpumask() 104 if (cpus[i].online) in online_cpumask()
|
H A D | libcpuset.c | 1102 * Return 1 if 'cpu' is online, else 0 if offline. Tests the file 1103 * /sys/devices/system/cpu/cpuN/online file for 0 or 1 contents 1109 char online; in cpu_online() local 1113 "/sys/devices/system/cpu/cpu%d/online", cpu); in cpu_online() 1114 if (read_flag(cpupath, &online) < 0) in cpu_online() 1116 return online; in cpu_online()
|
/third_party/nghttp2/src/ |
H A D | shrpx_connect_blocker.h | 57 // connection is blocked until online() is called. 60 // Peer is now considered online 61 void online();
|
H A D | shrpx_connect_blocker.cc | 119 void ConnectBlocker::online() { in online() function in shrpx::ConnectBlocker
|
H A D | shrpx_live_check.cc | 692 LOG(NOTICE) << util::to_numeric_addr(&addr_->addr) << " is considered online"; in on_success() 694 addr_->connect_blocker->online(); in on_success()
|
/third_party/node/lib/internal/cluster/ |
H A D | primary.js | 100 if (worker.state === 'online' || worker.state === 'listening') { 103 worker.once('online', function() { 244 online, 257 function online(worker) { function 258 worker.state = 'online'; 259 worker.emit('online'); 260 cluster.emit('online', worker);
|
/third_party/ltp/testcases/kernel/mem/lib/ |
H A D | mem.c | 544 long online; in gather_node_cpus() local 555 snprintf(path1, BUFSIZ, "%s/online", path); in gather_node_cpus() 557 * if there is no online knob, then the cpu cannot in gather_node_cpus() 561 SAFE_FILE_SCANF(path1, "%ld", &online); in gather_node_cpus() 562 if (online == 0) in gather_node_cpus()
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
H A D | cpuhotplug01.sh | 31 -n time delay after an online of cpu 123 tst_brkm TBROK "usage: ${0##*/} <CPU to online>" 133 tst_brkm TBROK "Could not online cpu $CPU_TO_TEST" 168 # Attempt to online all CPUs 196 tst_resm TPASS "online and offline cpu${CPU} when writing disk"
|
/third_party/python/PCbuild/ |
H A D | prepare_ssl.bat | 9 echo.update the binaries kept online - in most cases, the files downloaded
|
H A D | prepare_tcltk.bat | 9 echo.update the binaries kept online - in most cases, the files downloaded
|
/third_party/mesa3d/.gitlab-ci/common/ |
H A D | intel-gpu-freq.sh | 419 # Retrieve the list of online CPUs. 425 for path in $(grep 1 ${CPU_SYSFS_PREFIX}/cpu*/online); do
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 13003 const char *online_cpus_file = "/sys/devices/system/cpu/online"; 13007 bool *online = NULL; local 13087 err = parse_cpu_mask_file(online_cpus_file, &online, &n); 13089 pr_warn("failed to get online CPU mask: %d\n", err); 13103 if (p->cpu_cnt <= 0 && (cpu >= n || !online[cpu])) 13137 free(online); 13142 free(online);
|
/third_party/backends/backend/ |
H A D | epson.c | 3935 code.Is there an online manual for it ? in handle_source()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 1252 % nearly black, but still distinguishable for online viewing.
|