Symbol: workqueue_attrs
include/linux/workqueue.h
615
struct workqueue_attrs *alloc_workqueue_attrs_noprof(void);
include/linux/workqueue.h
618
void free_workqueue_attrs(struct workqueue_attrs *attrs);
include/linux/workqueue.h
620
const struct workqueue_attrs *attrs);
kernel/padata.c
389
struct workqueue_attrs *attrs;
kernel/workqueue.c
233
struct workqueue_attrs *attrs; /* I: worker attributes */
kernel/workqueue.c
372
struct workqueue_attrs *unbound_attrs; /* PW: only for unbound wqs */
kernel/workqueue.c
456
static struct workqueue_attrs *unbound_wq_update_pwq_attrs_buf;
kernel/workqueue.c
4743
void free_workqueue_attrs(struct workqueue_attrs *attrs)
kernel/workqueue.c
4760
struct workqueue_attrs *alloc_workqueue_attrs_noprof(void)
kernel/workqueue.c
4762
struct workqueue_attrs *attrs;
kernel/workqueue.c
4780
static void copy_workqueue_attrs(struct workqueue_attrs *to,
kernel/workqueue.c
4781
const struct workqueue_attrs *from)
kernel/workqueue.c
4801
static void wqattrs_clear_for_pool(struct workqueue_attrs *attrs)
kernel/workqueue.c
4810
static u32 wqattrs_hash(const struct workqueue_attrs *attrs)
kernel/workqueue.c
4825
static bool wqattrs_equal(const struct workqueue_attrs *a,
kernel/workqueue.c
4826
const struct workqueue_attrs *b)
kernel/workqueue.c
4840
static void wqattrs_actualize_cpumask(struct workqueue_attrs *attrs,
kernel/workqueue.c
4855
wqattrs_pod_type(const struct workqueue_attrs *attrs)
kernel/workqueue.c
512
static struct workqueue_attrs *unbound_std_wq_attrs[NR_STD_WORKER_POOLS];
kernel/workqueue.c
5142
static struct worker_pool *get_unbound_pool(const struct workqueue_attrs *attrs)
kernel/workqueue.c
515
static struct workqueue_attrs *ordered_wq_attrs[NR_STD_WORKER_POOLS];
kernel/workqueue.c
5302
const struct workqueue_attrs *attrs)
kernel/workqueue.c
5337
static void wq_calc_pod_cpumask(struct workqueue_attrs *attrs, int cpu)
kernel/workqueue.c
5372
struct workqueue_attrs *attrs; /* attrs to apply */
kernel/workqueue.c
5397
const struct workqueue_attrs *attrs,
kernel/workqueue.c
5401
struct workqueue_attrs *new_attrs;
kernel/workqueue.c
5487
const struct workqueue_attrs *attrs)
kernel/workqueue.c
5522
const struct workqueue_attrs *attrs)
kernel/workqueue.c
5555
struct workqueue_attrs *target_attrs;
kernel/workqueue.c
6872
struct workqueue_attrs *attrs = wq->unbound_attrs;
kernel/workqueue.c
6907
struct workqueue_attrs *attrs = wq->unbound_attrs;
kernel/workqueue.c
7312
static struct workqueue_attrs *wq_sysfs_prep_attrs(struct workqueue_struct *wq)
kernel/workqueue.c
7314
struct workqueue_attrs *attrs;
kernel/workqueue.c
7330
struct workqueue_attrs *attrs;
kernel/workqueue.c
7369
struct workqueue_attrs *attrs;
kernel/workqueue.c
7412
struct workqueue_attrs *attrs;
kernel/workqueue.c
7444
struct workqueue_attrs *attrs;
kernel/workqueue.c
8039
struct workqueue_attrs *attrs;