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

#include <padata.h>

Data Fields

struct notifier_block cpu_notifier
 
struct workqueue_structwq
 
struct parallel_datapd
 
struct padata_cpumask cpumask
 
struct blocking_notifier_head cpumask_change_notifier
 
struct kobject kobj
 
struct mutex lock
 
u8 flags
 

Detailed Description

struct padata_instance - The overall control structure.

: cpu hotplug notifier. : The workqueue in use. : The internal control structure. : User supplied cpumasks for parallel and serial works. : Notifiers chain for user-defined notify callbacks that will be called when either or or both cpumasks change. : padata instance kernel object. : padata instance lock. : padata flags.

Definition at line 154 of file padata.h.

Field Documentation

struct notifier_block cpu_notifier

Definition at line 155 of file padata.h.

Definition at line 158 of file padata.h.

struct blocking_notifier_head cpumask_change_notifier

Definition at line 159 of file padata.h.

u8 flags

Definition at line 162 of file padata.h.

Definition at line 160 of file padata.h.

struct mutex lock

Definition at line 161 of file padata.h.

Definition at line 157 of file padata.h.

Definition at line 156 of file padata.h.


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