Home
last modified time | relevance | path

Searched refs:online (Results 1 - 22 of 22) sorted by relevance

/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
H A Dcpuhotplug_hotplug.sh64 # 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 Dtest-cluster-basic.js60 online: false,
66 online: false,
74 online: false,
79 online: false,
85 online: false,
/third_party/node/lib/internal/repl/
H A Dhistory.js107 repl.on('line', online);
120 function online(line) {
145 online();
159 repl.off('line', online);
/third_party/node/deps/v8/tools/
H A Dcpu.sh21 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 Dcpuset_sched_domains_test.sh242 0 online
244 1 online
295 1,2 1 1,3 1 online
H A Dcpuset_load_balance_test.sh356 1,2 1 1,3 1 online
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
H A Dcpuset_hotplug_test.sh245 online $cpus_all $cpus_all
263 online 0 0 0
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dcpuinfo.h6 int online; /* is this CPU online */ member
H A Dcpuinfo.c22 #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 Dlibcpuset.c1102 * 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 Dshrpx_connect_blocker.h57 // connection is blocked until online() is called.
60 // Peer is now considered online
61 void online();
H A Dshrpx_connect_blocker.cc119 void ConnectBlocker::online() { in online() function in shrpx::ConnectBlocker
H A Dshrpx_live_check.cc692 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 Dprimary.js100 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 Dmem.c544 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 Dcpuhotplug01.sh31 -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 Dprepare_ssl.bat9 echo.update the binaries kept online - in most cases, the files downloaded
H A Dprepare_tcltk.bat9 echo.update the binaries kept online - in most cases, the files downloaded
/third_party/mesa3d/.gitlab-ci/common/
H A Dintel-gpu-freq.sh419 # Retrieve the list of online CPUs.
425 for path in $(grep 1 ${CPU_SYSFS_PREFIX}/cpu*/online); do
/third_party/libbpf/src/
H A Dlibbpf.c13003 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 Depson.c3935 code.Is there an online manual for it ? in handle_source()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex1252 % nearly black, but still distinguishable for online viewing.

Completed in 42 milliseconds