Home
last modified time | relevance | path

Searched full:interruptible (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/include/user/
H A Dsafe-syscall.h41 * (1) Non-interruptible syscalls
50 * Some non-interruptible syscalls need to be handled using block_signals()
56 * (2) Interruptible syscalls
65 * -ERESTARTSYS). System calls which are only interruptible in some
87 * block_signals() cannot be used for interruptible syscalls.
/openbmc/qemu/include/exec/
H A Dcpu-common.h212 * This is helpful for architectures that support interruptible
215 * or to continue executing the interruptible instruction.
/openbmc/openbmc/poky/scripts/
H A Doe-time-dd-test.sh10 # running (R), uninterruptible sleep (D) and interruptible
/openbmc/qemu/.gitlab-ci.d/
H A Dbase.yml32 interruptible: true
/openbmc/openbmc/meta-arm/
H A D.gitlab-ci.yml34 interruptible: true
/openbmc/qemu/docs/devel/migration/
H A Dpostcopy.rst301 long the vCPU was in state of interruptible sleep due to pagefault.
/openbmc/u-boot/drivers/mtd/
H A Dmtdconcat.c362 * FIXME: Allow INTERRUPTIBLE. Which means in concat_dev_erase()
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c1178 * MVCL is interruptible. Return to the main loop if requested after in HELPER()
/openbmc/qemu/nbd/
H A Dserver.c1447 * interruptible and to know when the coroutine is yielding.
/openbmc/qemu/linux-user/
H A Dsyscall.c8661 * Although execve() is not an interruptible syscall it is in do_execv()