Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/
Dkthread.c38 struct kthread_create_info struct
41 int (*threadfn)(void *data);
42 void *data;
43 int node;
46 struct task_struct *result;
47 struct completion *done;
49 struct list_head list;