Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dkthread.c27 struct kthread_create_info struct
30 int (*threadfn)(void *data);
31 void *data;
32 int node;
35 struct task_struct *result;
36 struct completion *done;
38 struct list_head list;