Linux Kernel
3.7.1
|
Data Fields | |
struct task_struct * | thr |
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] |
unsigned char cmp[LZO_CMP_SIZE] |
wait_queue_head_t done |
struct task_struct* thr |
unsigned char unc[LZO_UNC_SIZE] |
unsigned char wrk[LZO1X_1_MEM_COMPRESS] |