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

#include <padata.h>

Data Fields

struct padata_list parallel
 
struct padata_list reorder
 
struct parallel_datapd
 
struct work_struct work
 
atomic_t num_obj
 
int cpu_index
 

Detailed Description

struct padata_parallel_queue - The percpu padata parallel queue

: List to wait for parallelization. : List to wait for reordering after parallel processing. : List to wait for serialization after reordering. : work struct for parallelization. : work struct for serialization. : Backpointer to the internal control structure. : work struct for parallelization. : Number of objects that are processed by this cpu. : Index of the cpu.

Definition at line 91 of file padata.h.

Field Documentation

int cpu_index

Definition at line 97 of file padata.h.

atomic_t num_obj

Definition at line 96 of file padata.h.

struct padata_list parallel

Definition at line 92 of file padata.h.

Definition at line 94 of file padata.h.

Definition at line 93 of file padata.h.

Definition at line 95 of file padata.h.


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