Home
last modified time | relevance | path

Searched defs:kthread_create_info (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/kernel/
Dkthread.c25 struct kthread_create_info struct
28 int (*threadfn)(void *data);
29 void *data;
30 int node;
33 struct task_struct *result;
34 struct completion done;
36 struct list_head list;