|
Linux Kernel
3.7.1
|
#include <padata.h>
Data Fields | |
| struct list_head | list |
| struct parallel_data * | pd |
| int | cb_cpu |
| int | info |
| void(* | parallel )(struct padata_priv *padata) |
| void(* | serial )(struct padata_priv *padata) |
struct padata_priv - Embedded to the users data structure.
: List entry, to attach to the padata lists. : Pointer to the internal control structure. : Callback cpu for serializatioon. : Sequence number of the parallelized data object. : Used to pass information from the parallel to the serial function. : Parallel execution function. : Serial complete function.
| void(* parallel)(struct padata_priv *padata) |
| struct parallel_data* pd |
| void(* serial)(struct padata_priv *padata) |
1.8.2