|
@@ -32,6 +32,7 @@ struct worker {
|
|
struct list_head scheduled; /* L: scheduled works */
|
|
struct list_head scheduled; /* L: scheduled works */
|
|
struct task_struct *task; /* I: worker task */
|
|
struct task_struct *task; /* I: worker task */
|
|
struct worker_pool *pool; /* I: the associated pool */
|
|
struct worker_pool *pool; /* I: the associated pool */
|
|
|
|
+ /* L: for rescuers */
|
|
/* 64 bytes boundary on 64bit, 32 on 32bit */
|
|
/* 64 bytes boundary on 64bit, 32 on 32bit */
|
|
unsigned long last_active; /* L: last active timestamp */
|
|
unsigned long last_active; /* L: last active timestamp */
|
|
unsigned int flags; /* X: flags */
|
|
unsigned int flags; /* X: flags */
|