Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dec_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]
 

Detailed Description

Structure used for LZO data decompression.

Definition at line 1015 of file swap.c.

Field Documentation

unsigned char cmp[LZO_CMP_SIZE]

Definition at line 1025 of file swap.c.

size_t cmp_len

Definition at line 1023 of file swap.c.

Definition at line 1021 of file swap.c.

Definition at line 1020 of file swap.c.

atomic_t ready

Definition at line 1017 of file swap.c.

int ret

Definition at line 1019 of file swap.c.

atomic_t stop

Definition at line 1018 of file swap.c.

Definition at line 1016 of file swap.c.

unsigned char unc[LZO_UNC_SIZE]

Definition at line 1024 of file swap.c.

size_t unc_len

Definition at line 1022 of file swap.c.


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