Searched refs:CLONE_IO (Results 1 – 8 of 8) sorted by relevance
34 #define CLONE_IO 0x80000000 /* Clone io context */ macro
122 FORBID_CLONE_FLAG(CLONE_IO);246 RULE_CLONE_FLAG(CLONE_IO),
281 #ifndef CLONE_IO282 #define CLONE_IO 0x80000000 /* Clone io context */
303 if (clone_flags & CLONE_IO) { in __copy_io()
1181 #if defined(CLONE_IO)1182 FLAG_GENERIC(CLONE_IO),
148 #ifndef CLONE_IO149 #define CLONE_IO 0x80000000 /* Clone io context */ macro172 (CLONE_DETACHED | CLONE_IO)
2846 CLONE_IO; in create_io_thread()