Home
last modified time | relevance | path

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

/linux-4.4.14/tools/lguest/
Dlguest.c1128 static int do_thread(void *_vq) in do_thread() function
1863 vq->thread = clone(do_thread, stack + 32768, CLONE_VM | SIGCHLD, vq); in start_virtqueue()