Home
last modified time | relevance | path

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

/linux/kernel/
H A Dkthread.c41 struct kthread_create_info struct
44 char *full_name;
45 int (*threadfn)(void *data);
46 void *data;
47 int node;
50 struct task_struct *result;
51 struct completion *done;
53 struct list_head list;