Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
kthread_create_info Struct Reference

Data Fields

int(* threadfn )(void *data)
 
voiddata
 
int node
 
struct task_structresult
 
struct completion done
 
struct list_head list
 

Detailed Description

Definition at line 26 of file kthread.c.

Field Documentation

Definition at line 30 of file kthread.c.

Definition at line 35 of file kthread.c.

Definition at line 37 of file kthread.c.

Definition at line 31 of file kthread.c.

Definition at line 34 of file kthread.c.

int(* threadfn)(void *data)

Definition at line 29 of file kthread.c.


The documentation for this struct was generated from the following file: