Home
last modified time | relevance | path

Searched refs:CLONE_IO (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dsched.h34 #define CLONE_IO 0x80000000 /* Clone io context */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dsched.h34 #define CLONE_IO 0x80000000 /* Clone io context */ macro
/openbmc/qemu/system/
H A Dqemu-seccomp.c122 FORBID_CLONE_FLAG(CLONE_IO);
246 RULE_CLONE_FLAG(CLONE_IO),
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0011-linux-user-workaround-for-missing-MAP_FIXED_NOREPLAC.patch281 #ifndef CLONE_IO
282 #define CLONE_IO 0x80000000 /* Clone io context */
/openbmc/linux/block/
H A Dblk-ioc.c303 if (clone_flags & CLONE_IO) { in __copy_io()
/openbmc/qemu/linux-user/
H A Dstrace.c1161 #if defined(CLONE_IO)
1162 FLAG_GENERIC(CLONE_IO),
H A Dsyscall.c147 #ifndef CLONE_IO
148 #define CLONE_IO 0x80000000 /* Clone io context */ macro
171 (CLONE_DETACHED | CLONE_IO)
/openbmc/linux/kernel/
H A Dfork.c2846 CLONE_IO; in create_io_thread()