Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dsched.h31 #define CLONE_IO 0x80000000 /* Clone io context */ macro
/linux-4.4.14/kernel/
Dfork.c1052 if (clone_flags & CLONE_IO) { in copy_io()