/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/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/linux/kernel/futex/ |
H A D | pi.c | 412 struct task_struct **exiting) in attach_to_pi_owner() argument 460 *exiting = p; in attach_to_pi_owner() 518 struct task_struct **exiting, in futex_lock_pi_atomic() argument 607 return attach_to_pi_owner(uaddr, newval, key, ps, exiting); in futex_lock_pi_atomic() 933 struct task_struct *exiting = NULL; in futex_lock_pi() local 956 &exiting, 0); in futex_lock_pi() 983 wait_for_owner_exiting(ret, exiting); in futex_lock_pi()
|
H A D | requeue.c | 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() 562 wait_for_owner_exiting(ret, exiting); in futex_requeue()
|
H A D | core.c | 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() 498 mutex_unlock(&exiting->futex_exit_mutex); in wait_for_owner_exiting() 500 put_task_struct(exiting); in wait_for_owner_exiting()
|
H A D | futex.h | 179 extern void wait_for_owner_exiting(int ret, struct task_struct *exiting); 227 struct task_struct **exiting,
|
/openbmc/qemu/migration/ |
H A D | multifd.c | 77 int exiting; member 94 int exiting; member 266 return qatomic_read(&multifd_send_state->exiting); in multifd_send_should_exit() 271 return qatomic_read(&multifd_recv_state->exiting); in multifd_recv_should_exit() 370 if (qatomic_xchg(&multifd_send_state->exiting, 1)) { in multifd_send_set_error() 397 qatomic_set(&multifd_send_state->exiting, 1); in multifd_send_terminate_threads() 826 qatomic_set(&multifd_send_state->exiting, 0); in multifd_send_setup() 942 if (qatomic_xchg(&multifd_recv_state->exiting, 1)) { in multifd_recv_terminate_threads() 1244 qatomic_set(&multifd_recv_state->exiting, 0); in multifd_recv_setup()
|
/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/linux/tools/testing/selftests/bpf/ |
H A D | xdp_features.c | 52 static volatile bool exiting; variable 56 exiting = true; in sig_handler() 228 while (!exiting) { in dut_echo_thread() 386 while (!exiting) { in dut_run() 422 exiting = true; in dut_run() 626 for (i = 0; i < 10 && !exiting; i++) { in tester_run()
|
/openbmc/openbmc/poky/meta/recipes-extended/parted/files/ |
H A D | autoconf-2.73.patch | 6 Just tweak the exiting code to work with 2.73. The next parted upgrade should
|
/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/ |
H A D | autoconf-2.73.patch | 6 Just tweak the exiting code to work with 2.73. The next bison upgrade should
|
/openbmc/linux/drivers/block/aoe/ |
H A D | aoedev.c | 303 flush(const char __user *str, size_t cnt, int exiting) in flush() argument 314 if (!exiting && cnt >= 3) { in flush() 333 if (exiting) { in flush()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-ds1374.c | 80 int exiting; member 321 if (!ds1374->exiting) in ds1374_work() 539 ds1374->exiting = 1; in ds1374_remove()
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | qmp_tui.py | 152 self.exiting: bool = False 258 self.exiting = True 336 while not self.exiting:
|
/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/openbmc-build-scripts/ |
H A D | run-qemu-robot-test.sh | 161 echo "Timed out waiting for QEMU, exiting"
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
H A D | 0001-Remove-python-venv.patch | 46 - echo 'Failed to set up virtualenv for mycroft, exiting setup.' 175 - # Prevent running in script then exiting immediately
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/host/op-proc-control/ |
H A D | 0001-Stop-and-send-SRESET-for-one-thread-only.patch | 10 If the kernel has xmon support, exiting the debugger causes the kernel
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | rockchip-rk3288-skips.txt | 11 # [IGT] kms_plane_lowres: exiting, ret=77
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | logging.bbclass | 68 # and halt the build, exiting with an error code.
|
/openbmc/linux/Documentation/kbuild/ |
H A D | kconfig.rst | 226 search results after exiting this new menu. 282 current search results after exiting this new menu.
|
/openbmc/openbmc-test-automation/openpower/mpipl/ |
H A D | test_mpipl_basic.robot | 78 [Documentation] Cleanup errors before exiting.
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_escale_base.robot | 166 # Clean up any error logs before exiting.
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | cross-thread-rsb.rst | 14 thread. However, KVM does allow a VMM to prevent exiting guest mode when
|
/openbmc/linux/Documentation/locking/ |
H A D | robust-futex-ABI.rst | 20 by the exiting thread. 160 exiting threads TID, then the kernel will do two things:
|