Searched refs:pool_workqueue (Results 1 – 2 of 2) sorted by relevance
204 struct pool_workqueue { struct262 struct pool_workqueue *dfl_pwq; /* PW: only for unbound wqs */283 struct pool_workqueue __percpu *cpu_pwqs; /* I: per-cpu pwqs */284 struct pool_workqueue __rcu *numa_pwq_tbl[]; /* PWR: unbound pwqs indexed by node */364 static void show_pwq(struct pool_workqueue *pwq);567 static struct pool_workqueue *unbound_pwq_by_node(struct workqueue_struct *wq, in unbound_pwq_by_node()627 static void set_work_pwq(struct work_struct *work, struct pool_workqueue *pwq, in set_work_pwq()689 static inline struct pool_workqueue *work_struct_pwq(unsigned long data) in work_struct_pwq()691 return (struct pool_workqueue *)(data & WORK_STRUCT_WQ_DATA_MASK); in work_struct_pwq()694 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 */