Home
last modified time | relevance | path

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

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