Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/kernel/
Dworkqueue.c300 struct wq_node_nr_active { struct
301 int max; /* per-node max_active */
302 atomic_t nr; /* per-node nr_active */
303 raw_spinlock_t lock; /* nests inside pool locks */
304 struct list_head pending_pwqs; /* LN: pwqs with inactive works */
1473 static struct wq_node_nr_active *wq_node_nr_active(struct workqueue_struct *wq, in wq_node_nr_active() function