Home
last modified time | relevance | path

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

/linux-2.6.39/arch/um/os-Linux/
Dhelper.c27 static int helper_child(void *arg) in helper_child() function
76 pid = clone(helper_child, (void *) sp, CLONE_VM, &data); in run_helper()