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

Data Fields

struct task_structthr
 
atomic_t ready
 
atomic_t stop
 
unsigned run_threads
 
wait_queue_head_t go
 
wait_queue_head_t done
 
u32crc32
 
size_tunc_len [LZO_THREADS]
 
unsigned charunc [LZO_THREADS]
 

Detailed Description

Structure used for CRC32.

Definition at line 484 of file swap.c.

Field Documentation

u32* crc32

Definition at line 491 of file swap.c.

Definition at line 490 of file swap.c.

Definition at line 489 of file swap.c.

atomic_t ready

Definition at line 486 of file swap.c.

unsigned run_threads

Definition at line 488 of file swap.c.

atomic_t stop

Definition at line 487 of file swap.c.

Definition at line 485 of file swap.c.

unsigned char* unc[LZO_THREADS]

Definition at line 493 of file swap.c.

size_t* unc_len[LZO_THREADS]

Definition at line 492 of file swap.c.


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