/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tsoftinj.c | 2 * Test soft page offline for process pages using madvise injector. 84 void offline(char *name, void *p) in offline() function 88 err(ndesc(buf, name, "offline")); in offline() 103 offline(ndesc(fn, "disk backed", name), p); in disk_backed() 114 offline(ndesc(buf, "anonymous", name), p); in anonymous() 128 offline(ndesc(buf, "shm hugepage", name), p); in shm_hugepage() 139 offline(ndesc(buf, "anonymous hugepage", name), p); in anonymous_hugepage() 154 offline(ndesc(fn, "file backed hugepage", name), p); in filebacked_hugepage()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tsoftinj.c | 2 * Test soft page offline for process pages using madvise injector. 84 void offline(char *name, void *p) in offline() function 88 err(ndesc(buf, name, "offline")); in offline() 103 offline(ndesc(fn, "disk backed", name), p); in disk_backed() 114 offline(ndesc(buf, "anonymous", name), p); in anonymous() 128 offline(ndesc(buf, "shm hugepage", name), p); in shm_hugepage() 139 offline(ndesc(buf, "anonymous hugepage", name), p); in anonymous_hugepage() 154 offline(ndesc(fn, "file backed hugepage", name), p); in filebacked_hugepage()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/ |
H A D | cpuset_hotplug_test.sh | 75 tst_resm TFAIL "setup test environment(offline CPU#$HOTPLUG_CPU) failed" 132 tst_resm TFAIL "setup test environment(offline CPU#$HOTPLUG_CPU) failed" 244 offline $tmp_cpus $cpus_all 260 offline 0-1 0 0 261 offline 1 EMPTY $cpus_all 262 offline 0 0 0
|
/third_party/cups-filters/backend/ |
H A D | parallel.c | 552 int offline; /* "Off-line" status */ in run_loop() local 612 for (print_bytes = 0, print_ptr = print_buffer, offline = -1, in run_loop() 640 if (errno == ENXIO && offline != 1 && update_state) in run_loop() 642 fputs("STATE: +offline-report\n", stderr); in run_loop() 643 offline = 1; in run_loop() 756 if (offline != 1 && update_state) in run_loop() 758 fputs("STATE: +offline-report\n", stderr); in run_loop() 759 offline = 1; in run_loop() 776 if (offline && update_state) in run_loop() 778 fputs("STATE: -offline in run_loop() [all...] |
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
H A D | cpuset_sched_domains_test.sh | 58 tst_resm TFAIL "setup test environment(offline CPU#$HOTPLUG_CPU) failed" 183 tst_resm TFAIL "setup test environment(offline CPU#$HOTPLUG_CPU) failed" 241 0 offline 243 1 offline 294 1,2 1 1,3 1 offline
|
H A D | cpuset_load_balance_test.sh | 207 tst_resm TFAIL "setup test environment(offline CPU#$HOTPLUG_CPU) failed" 355 1,2 1 1,3 1 offline
|
/third_party/ltp/testcases/kernel/controllers/cpuset/ |
H A D | cpuset_funcs.sh | 247 # cpu_hotplug cpu_id offline/online 255 elif [ "$2" = "offline" ]; then 263 # setup_test_environment <online | offline> 264 # online - online a CPU in testing, so we must offline a CPU first 265 # offline - offline a CPU in testing, we needn't do anything 269 cpu_hotplug $HOTPLUG_CPU offline 283 local offline="$(cat $file)" 284 if [ $offline -eq 0 ]; then
|
/third_party/nghttp2/src/ |
H A D | shrpx_connect_blocker.h | 56 // Peer is now considered offline. This effectively means that the 58 void offline(); 63 // Returns true if peer is considered offline. 80 // true if peer is considered offline.
|
H A D | shrpx_connect_blocker.cc | 103 void ConnectBlocker::offline() { in offline() function in shrpx::ConnectBlocker
|
H A D | shrpx_worker.cc | 1322 << " times in a row; considered as offline"; in downstream_failure() 1326 << " times in a row; considered as offline"; in downstream_failure() 1329 connect_blocker->offline(); in downstream_failure()
|
/third_party/ltp/testcases/kernel/syscalls/move_pages/ |
H A D | move_pages12.c | 31 * and soft offline are called on a single hugetlb page concurrently. 87 int offline; member 185 if (tcases[n].offline) { in do_test()
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
H A D | cpuhotplug01.sh | 32 -f time delay after offline of cpu 153 # Attempt to offline all CPUs 196 tst_resm TPASS "online and offline cpu${CPU} when writing disk"
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | audit-report.js | 305 if (this.options.audit === false || this.options.offline === true || this.tree.inventory.size === 1) {
|
/third_party/glfw/src/ |
H A D | internal.h | 454 GLFWbool offline; member
|
H A D | window.c | 383 _glfw.hints.context.nsgl.offline = value ? GLFW_TRUE : GLFW_FALSE; in glfwWindowHint()
|