Searched refs:pool_workqueue (Results 1 – 2 of 2) sorted by relevance
205 struct pool_workqueue { struct280 struct pool_workqueue *dfl_pwq; /* PW: only for unbound wqs */301 struct pool_workqueue __percpu *cpu_pwqs; /* I: per-cpu pwqs */302 struct pool_workqueue __rcu *numa_pwq_tbl[]; /* PWR: unbound pwqs indexed by node */382 static void show_pwq(struct pool_workqueue *pwq);586 static struct pool_workqueue *unbound_pwq_by_node(struct workqueue_struct *wq, in unbound_pwq_by_node()646 static void set_work_pwq(struct work_struct *work, struct pool_workqueue *pwq, in set_work_pwq()708 static inline struct pool_workqueue *work_struct_pwq(unsigned long data) in work_struct_pwq()710 return (struct pool_workqueue *)(data & WORK_STRUCT_WQ_DATA_MASK); in work_struct_pwq()713 static struct pool_workqueue *get_work_pwq(struct work_struct *work) in get_work_pwq()[all …]
33 struct pool_workqueue *current_pwq; /* L: current_work's pwq */