Home
last modified time | relevance | path

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

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