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

#include <padata.h>

Data Fields

struct list_head list
 
struct parallel_datapd
 
int cb_cpu
 
int info
 
void(* parallel )(struct padata_priv *padata)
 
void(* serial )(struct padata_priv *padata)
 

Detailed Description

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.

Definition at line 45 of file padata.h.

Field Documentation

int cb_cpu

Definition at line 48 of file padata.h.

int info

Definition at line 49 of file padata.h.

Definition at line 46 of file padata.h.

void(* parallel)(struct padata_priv *padata)

Definition at line 50 of file padata.h.

Definition at line 47 of file padata.h.

void(* serial)(struct padata_priv *padata)

Definition at line 51 of file padata.h.


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