Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dkthread.c32 struct kthread_create_info struct
35 int (*threadfn)(void *data);
36 void *data;
37 int node;
40 struct task_struct *result;
41 struct completion *done;
43 struct list_head list;