Home
last modified time | relevance | path

Searched defs:global_cwq (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/kernel/
Dworkqueue.c147 struct global_cwq { struct
148 spinlock_t lock; /* the gcwq lock */
149 struct list_head worklist; /* L: list of pending works */
150 unsigned int cpu; /* I: the associated cpu */
151 unsigned int flags; /* L: GCWQ_* flags */
153 int nr_workers; /* L: total number of workers */
154 int nr_idle; /* L: currently idle ones */
178 struct global_cwq *gcwq; /* I: the associated gcwq */ argument