Searched refs:pool_workqueue (Results 1 – 3 of 3) sorted by relevance
198 struct pool_workqueue { struct256 struct pool_workqueue *dfl_pwq; /* PW: only for unbound wqs */275 struct pool_workqueue __percpu *cpu_pwqs; /* I: per-cpu pwqs */276 struct pool_workqueue __rcu *numa_pwq_tbl[]; /* PWR: unbound pwqs indexed by node */560 static struct pool_workqueue *unbound_pwq_by_node(struct workqueue_struct *wq, in unbound_pwq_by_node()620 static void set_work_pwq(struct work_struct *work, struct pool_workqueue *pwq, in set_work_pwq()682 static struct pool_workqueue *get_work_pwq(struct work_struct *work) in get_work_pwq()715 return ((struct pool_workqueue *) in get_work_pool()737 return ((struct pool_workqueue *) in get_work_pool_id()1061 static void get_pwq(struct pool_workqueue *pwq) in get_pwq()[all …]
33 struct pool_workqueue *current_pwq; /* L: current_work's pwq */
28 struct pool_workqueue;42 TP_PROTO(unsigned int req_cpu, struct pool_workqueue *pwq,