/openbmc/qemu/scripts/kvm/ |
H A D | vmxcap | 127 0: 'External interrupt exiting', 128 3: 'NMI exiting', 140 2: 'Interrupt window exiting', 142 7: 'HLT exiting', 143 9: 'INVLPG exiting', 144 10: 'MWAIT exiting', 145 11: 'RDPMC exiting', 146 12: 'RDTSC exiting', 147 15: 'CR3-load exiting', 148 16: 'CR3-store exiting', [all …]
|
/openbmc/linux/arch/x86/include/asm/trace/ |
H A D | irq_vectors.h | 38 * local_timer - called when entering/exiting a local timer interrupt 44 * spurious_apic - called when entering/exiting a spurious apic vector handler 49 * error_apic - called when entering/exiting an error apic vector handler 54 * x86_platform_ipi - called when entering/exiting a x86 platform ipi interrupt 61 * irq_work - called when entering/exiting a irq work interrupt 85 * reschedule - called when entering/exiting a reschedule vector handler 90 * call_function - called when entering/exiting a call function interrupt 96 * call_function_single - called when entering/exiting a call function 104 * threshold_apic - called when entering/exiting a threshold apic interrupt 112 * deferred_error_apic - called when entering/exiting a deferred apic interrupt [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_local_storage_rcu_tasks_trace.c | 99 fprintf(stderr, "couldn't open %s, exiting\n", procfs_path); in kthread_pid_ticks() 103 fprintf(stderr, "fscanf of %s failed, exiting\n", procfs_path); in kthread_pid_ticks() 138 fprintf(stderr, "Error forking sleeper proc %u of %u, exiting\n", i, in local_storage_tasks_trace_setup() 146 fprintf(stderr, "prctl failed with err %d, exiting\n", errno); in local_storage_tasks_trace_setup() 151 fprintf(stderr, "Runner died while spinning up procs, exiting\n"); in local_storage_tasks_trace_setup() 163 fprintf(stderr, "Error doing open_and_load, exiting\n"); in local_storage_tasks_trace_setup() 211 fprintf(stderr, "Data can't be trusted, exiting\n"); in report_progress()
|
/openbmc/linux/Documentation/accounting/ |
H A D | taskstats.rst | 35 To obtain statistics for tasks which are exiting, the userspace listener 42 If the exiting task is the last thread exiting its thread group, 109 b) TASKSTATS_TYPE_PID: contains exiting task's pid 110 c) TASKSTATS_TYPE_STATS: contains the exiting task's per-pid stats 113 f) TASKSTATS_TYPE_STATS: contains the per-tgid stats for exiting task's process 126 accumulates each exiting task's statistics into a process-wide data structure.
|
/openbmc/pldm/softoff/ |
H A D | main.cpp | 28 "Failure in gracefully shutdown by remote terminus, exiting pldm-softpoweroff app"); in main() 35 "Remote terminus current state is not Running, exiting pldm-softpoweroff app"); in main() 44 … "Failure in sending soft off request to the remote terminus. Exiting pldm-softpoweroff app"); in main()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-typec | 6 for entering/exiting the mode. Entering/exiting modes is 11 Entering/exiting a mode will also generate uevent KOBJ_CHANGE.
|
/openbmc/linux/kernel/futex/ |
H A D | pi.c | 356 * user space value has been changed by the exiting task. in handle_exit_race() 358 * The same logic applies to the case where the exiting task is in handle_exit_race() 369 * The exiting task did not have a robust list, the robust list was in handle_exit_race() 412 struct task_struct **exiting) in attach_to_pi_owner() argument 437 * task is exiting. To protect against the change of the task state in attach_to_pi_owner() 457 * preempted the exiting task between the two states. in attach_to_pi_owner() 460 *exiting = p; in attach_to_pi_owner() 499 * @exiting: Pointer to store the task pointer of the owner task 500 * which is in the middle of exiting 510 * @exiting is only set when the return value is -EBUSY. If so, this holds [all …]
|
H A D | requeue.c | 248 * @exiting: Pointer to store the task pointer of the owner task 249 * which is in the middle of exiting 257 * @exiting is only set when the return value is -EBUSY. If so, this holds 258 * a refcount on the exiting task on return and the caller needs to drop it 270 struct task_struct **exiting, int set_waiters) in futex_proxy_trylock_atomic() argument 320 exiting, set_waiters); in futex_proxy_trylock_atomic() 474 struct task_struct *exiting = NULL; in futex_requeue() local 486 &exiting, nr_requeue); in futex_requeue() 551 * - EBUSY: Owner is exiting and we just wait for the in futex_requeue() 559 * exiting. Wait for the exit to complete otherwise in futex_requeue() [all …]
|
H A D | core.c | 475 * @exiting: Pointer to the exiting task 477 * Caller must hold a refcount on @exiting. 479 void wait_for_owner_exiting(int ret, struct task_struct *exiting) in wait_for_owner_exiting() argument 482 WARN_ON_ONCE(exiting); in wait_for_owner_exiting() 486 if (WARN_ON_ONCE(ret == -EBUSY && !exiting)) in wait_for_owner_exiting() 489 mutex_lock(&exiting->futex_exit_mutex); in wait_for_owner_exiting() 494 * mutex. OK, if running, EXITING or DEAD if it reached exit() in wait_for_owner_exiting() 498 mutex_unlock(&exiting->futex_exit_mutex); in wait_for_owner_exiting() 500 put_task_struct(exiting); in wait_for_owner_exiting() 1048 * observes that state when a task is exiting and loops until the task has
|
/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/phosphor-software-manager/ |
H A D | bios-update.sh | 13 echo "gpio 'pch-ready' not found in device tree. Exiting." 21 echo "PCH is not on standby. Exiting host firmware version read." 108 echo "gpio 'pch-ready' not found in device tree. Exiting." 115 echo "gpio 'flash-write-override' not found in device tree. Exiting."
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | isoimage-isohybrid.py | 154 raise WicError("Couldn't find DEPLOY_DIR_IMAGE, exiting.") 158 raise WicError("Couldn't find IMAGE_BASENAME, exiting.") 162 raise WicError("Couldn't find INITRAMFS_FSTYPES, exiting.") 190 raise WicError("Couldn't find or build initrd, exiting.") 249 raise WicError("Couldn't find --rootfs-dir, exiting.") 258 "or it is not a valid path, exiting." % 264 raise WicError("Couldn't find IMAGE_ROOTFS, exiting.") 278 raise WicError("Couldn't find DEPLOY_DIR_IMAGE, exiting") 387 raise WicError("Couldn't find STAGING_DATADIR, exiting.")
|
H A D | empty.py | 58 raise WicError("Conflicting source parameters 'fill' and 'size' specified, exiting.") 63 … raise WicError("Source parameter 'fill' only works with the '--fixed-size' option, exiting.")
|
/openbmc/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-class-typec | 39 for entering/exiting the mode with partners and cable plugs, and 41 support for specific alternate modes. Entering/exiting modes is 46 Entering/exiting a mode will also generate uevent KOBJ_CHANGE.
|
/openbmc/openbmc/poky/scripts/ |
H A D | wic | 135 raise WicError("Couldn't verify build environment, exiting") 158 raise WicError("Image name is not specified, exiting. " 178 raise WicError("No image named %s found, exiting. (Use 'wic list images' " 190 raise WicError("--rootfs-dir (-r) not found, exiting") 192 raise WicError("--bootimg-dir (-b) not found, exiting") 194 raise WicError("--kernel-dir (-k) not found, exiting") 196 raise WicError("--native-sysroot (-n) not found, exiting") 208 logger.info("Build artifacts not found, exiting.") 232 raise WicError("Bad list arguments, exiting")
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | wic | 135 raise WicError("Couldn't verify build environment, exiting") 158 raise WicError("Image name is not specified, exiting. " 178 raise WicError("No image named %s found, exiting. (Use 'wic list images' " 190 raise WicError("--rootfs-dir (-r) not found, exiting") 192 raise WicError("--bootimg-dir (-b) not found, exiting") 194 raise WicError("--kernel-dir (-k) not found, exiting") 196 raise WicError("--native-sysroot (-n) not found, exiting") 208 logger.info("Build artifacts not found, exiting.") 232 raise WicError("Bad list arguments, exiting")
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | boot-qemu-test.exp | 4 # before exiting 39 send_user "OPENBMC-EXITING\n"
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | process.py | 211 serverlog("Idle loop didn't finish queued commands after 30s, exiting.") 230 serverlog("No timeout, exiting.") 273 serverlog("Server timeout, exiting.") 280 serverlog("No UI connection within max timeout, exiting to avoid infinite loop.") 328 serverlog("Idle thread terminated, main thread exiting too") 329 bb.error("Idle thread terminated, main thread exiting too") 344 serverlog("Exiting (socket: %s)" % os.path.exists(self.sockname)) 392 serverlog("Lockfile directory gone, exiting.") 401 … serverlog("Lockfile now contains different contents, exiting: " + str(newlockcontents)) 409 serverlog("Exiting as we could obtain the lock") [all …]
|
/openbmc/openbmc-build-scripts/ |
H A D | run-unit-test-docker.sh | 53 echo "Workspace(${WORKSPACE}) doesn't exist, exiting..." 57 echo "Package(${OBMC_BUILD_SCRIPTS}) not found in ${WORKSPACE}, exiting..." 62 echo "Package(${UNIT_TEST_PKG}) not found in ${WORKSPACE}, exiting..."
|
H A D | run-rootfs-size-docker.sh | 36 echo "Workspace(${WORKSPACE}) doesn't exist, exiting..." 41 echo "${WORKSPACE}/${SQUASHFS_FILE} doesn't exist, exiting..."
|
/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/ |
H A D | bios-version.sh | 8 echo "gpio 'pch-ready' not found in device tree. Exiting." 18 echo "PCH is not on standby. Exiting host firmware version read."
|
/openbmc/linux/include/linux/ |
H A D | cpu_pm.h | 47 /* A single cpu is exiting a low power state */ 56 /* A cpu power domain is exiting a low power state */
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | perf.rst | 70 exiting the guest we disable/enable the event as appropriate based on the 74 for exclude_host. Upon entering and exiting the guest we modify the event 87 enabling/disabling the counters and entering/exiting the guest. We are
|
/openbmc/linux/arch/arm/mach-socfpga/ |
H A D | self-refresh.S | 45 * upper 16 bits: loop count exiting self refresh 109 * Shift loop count for exiting self refresh into upper 16 bits.
|
/openbmc/sdbusplus/test/ |
H A D | timer.cpp | 135 // 2 because of one more count that happens prior to exiting in TEST_F() 205 // 2 because of one more count that happens prior to exiting in TEST_F() 261 // 2 because of one more count that happens prior to exiting in TEST_F()
|
/openbmc/openpower-debug-collector/dump/tools/opdump/ |
H A D | opdreport | 196 echo "$($TIME_STAMP)" "Error: Failed to initialize, Exiting" 203 echo "$($TIME_STAMP)" "Error: Failed to collect dump, Exiting" 210 echo "$($TIME_STAMP)" "Error: Failed to package, Exiting"
|