Searched refs:CLONE_IO (Results 1 – 7 of 7) sorted by relevance
34 #define CLONE_IO 0x80000000 /* Clone io context */ macro
122 FORBID_CLONE_FLAG(CLONE_IO);246 RULE_CLONE_FLAG(CLONE_IO),
303 if (clone_flags & CLONE_IO) { in __copy_io()
1242 #if defined(CLONE_IO)1243 FLAG_GENERIC(CLONE_IO),
147 #ifndef CLONE_IO148 #define CLONE_IO 0x80000000 /* Clone io context */ macro171 (CLONE_DETACHED | CLONE_IO)
2846 CLONE_IO; in create_io_thread()