Searched defs:dec_data (Results 1 – 6 of 6) sorted by relevance
34540 struct dec_data { struct34541 struct task_struct *thr;34542 atomic_t ready;34543 atomic_t stop;34544 int ret;34545 wait_queue_head_t go;34546 wait_queue_head_t done;34547 size_t unc_len;34548 size_t cmp_len;34549 unsigned char unc[2097152];[all …]
23955 struct dec_data { struct23956 struct task_struct *thr;23957 atomic_t ready;23958 atomic_t stop;23959 int ret;23960 wait_queue_head_t go;23961 wait_queue_head_t done;23962 size_t unc_len;23963 size_t cmp_len;23964 unsigned char unc[131072];[all …]
28916 struct dec_data { struct28917 struct task_struct *thr;28918 atomic_t ready;28919 atomic_t stop;28920 int ret;28921 wait_queue_head_t go;28922 wait_queue_head_t done;28923 size_t unc_len;28924 size_t cmp_len;28925 unsigned char unc[131072];[all …]