Public Attributes | |
| spinlock_t | lock |
| struct list_head | worklist |
| wait_queue_head_t | more_work |
| struct work_struct * | current_work |
| struct workqueue_struct * | wq |
| struct task_struct * | thread |
| int | run_depth |
Definition at line 45 of file workqueue.c.
| spinlock_t cpu_workqueue_struct::lock |
Definition at line 47 of file workqueue.c.
struct list_head cpu_workqueue_struct::worklist [read] |
Definition at line 49 of file workqueue.c.
| wait_queue_head_t cpu_workqueue_struct::more_work |
Definition at line 50 of file workqueue.c.
struct work_struct* cpu_workqueue_struct::current_work [read] |
Definition at line 51 of file workqueue.c.
struct workqueue_struct* cpu_workqueue_struct::wq [read] |
Definition at line 53 of file workqueue.c.
struct task_struct* cpu_workqueue_struct::thread [read] |
Definition at line 54 of file workqueue.c.
Definition at line 56 of file workqueue.c.
1.5.6