taglinefilesource code
IS_CLONE61kernel/fork.c#define copy_vm(p) (IS_CLONE?clone_page_tables:copy_page_tables)(p)  
IS_CLONE114kernel/fork.cif (IS_CLONE)        /* clone() gets the new stack value */