Searched defs:kthread_worker (Results 1 – 2 of 2) sorted by relevance
22639 struct kthread_worker { struct22640 unsigned int flags;22641 raw_spinlock_t lock;22642 struct list_head work_list;22643 struct list_head delayed_work_list;22644 struct task_struct *task;22645 struct kthread_work *current_work;
20165 struct kthread_worker { struct20166 unsigned int flags;20167 raw_spinlock_t lock;20168 struct list_head work_list;20169 struct list_head delayed_work_list;20170 struct task_struct *task;20171 struct kthread_work *current_work;