wq_node_nr_active
static struct wq_node_nr_active *wq_node_nr_active(struct workqueue_struct *wq,
wq_node_nr_active(wq, node)->max = min_active;
wq_node_nr_active(wq, NUMA_NO_NODE)->max = max_active;
wq_node_nr_active(wq, node)->max =
wq_node_nr_active(wq, NUMA_NO_NODE)->max = max_active;
static bool tryinc_node_nr_active(struct wq_node_nr_active *nna)
struct wq_node_nr_active *nna = wq_node_nr_active(wq, pool->node);
static void node_activate_pending_pwq(struct wq_node_nr_active *nna,
struct wq_node_nr_active *nna = wq_node_nr_active(pwq->wq, pool->node);
struct wq_node_nr_active *node_nr_active[]; /* I: per-node nr_active */
static void free_node_nr_active(struct wq_node_nr_active **nna_ar)
static void init_node_nr_active(struct wq_node_nr_active *nna)
static int alloc_node_nr_active(struct wq_node_nr_active **nna_ar)
struct wq_node_nr_active *nna;
struct wq_node_nr_active *nna =
wq_node_nr_active(pwq->wq, pwq->pool->node);