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

Data Fields

union {
   struct list_head   entry
 
   struct hlist_node   hentry
 
}; 
 
struct work_structcurrent_work
 
struct cpu_workqueue_structcurrent_cwq
 
struct list_head scheduled
 
struct task_structtask
 
struct worker_poolpool
 
unsigned long last_active
 
unsigned int flags
 
int id
 
struct work_struct rebind_work
 

Detailed Description

Definition at line 133 of file workqueue.c.

Field Documentation

union { ... }

Definition at line 141 of file workqueue.c.

struct work_struct* current_work

Definition at line 140 of file workqueue.c.

Definition at line 136 of file workqueue.c.

unsigned int flags

Definition at line 147 of file workqueue.c.

Definition at line 137 of file workqueue.c.

Definition at line 148 of file workqueue.c.

unsigned long last_active

Definition at line 146 of file workqueue.c.

Definition at line 144 of file workqueue.c.

struct work_struct rebind_work

Definition at line 151 of file workqueue.c.

struct list_head scheduled

Definition at line 142 of file workqueue.c.

Definition at line 143 of file workqueue.c.


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