Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dsched.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h34 #define CLONE_IO 0x80000000 /* Clone io context */ macro
/linux/block/
H A Dblk-ioc.c296 if (clone_flags & CLONE_IO) { in __copy_io()
/linux/kernel/
H A Dfork.c2650 CLONE_IO|CLONE_VM|CLONE_UNTRACED; in create_io_thread()