Searched defs:ssv_encrypt_task_list (Results 1 – 1 of 1) sorted by relevance
227 struct ssv_encrypt_task_list { struct228 struct task_struct* encrypt_task;229 wait_queue_head_t encrypt_wait_q;230 volatile int started;231 volatile int running;232 volatile int paused;233 volatile int cpu_offline;234 u32 cpu_no;235 struct list_head list;