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

Data Fields

struct task_structthr
 
atomic_t ready
 
atomic_t stop
 
int ret
 
wait_queue_head_t go
 
wait_queue_head_t done
 
size_t unc_len
 
size_t cmp_len
 
unsigned char unc [LZO_UNC_SIZE]
 
unsigned char cmp [LZO_CMP_SIZE]
 
unsigned char wrk [LZO1X_1_MEM_COMPRESS]
 

Detailed Description

Structure used for LZO data compression.

Definition at line 526 of file swap.c.

Field Documentation

unsigned char cmp[LZO_CMP_SIZE]

Definition at line 536 of file swap.c.

size_t cmp_len

Definition at line 534 of file swap.c.

Definition at line 532 of file swap.c.

Definition at line 531 of file swap.c.

atomic_t ready

Definition at line 528 of file swap.c.

int ret

Definition at line 530 of file swap.c.

atomic_t stop

Definition at line 529 of file swap.c.

Definition at line 527 of file swap.c.

unsigned char unc[LZO_UNC_SIZE]

Definition at line 535 of file swap.c.

size_t unc_len

Definition at line 533 of file swap.c.

unsigned char wrk[LZO1X_1_MEM_COMPRESS]

Definition at line 537 of file swap.c.


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