Home
last modified time | relevance | path

Searched refs:alloc_workqueue_attrs (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/
Dworkqueue.c3042 struct workqueue_attrs *alloc_workqueue_attrs(gfp_t gfp_mask) in alloc_workqueue_attrs() function
3131 pool->attrs = alloc_workqueue_attrs(GFP_KERNEL); in init_worker_pool()
3546 new_attrs = alloc_workqueue_attrs(GFP_KERNEL); in apply_wqattrs_prepare()
3547 tmp_attrs = alloc_workqueue_attrs(GFP_KERNEL); in apply_wqattrs_prepare()
3850 wq->unbound_attrs = alloc_workqueue_attrs(GFP_KERNEL); in __alloc_workqueue_key()
4957 attrs = alloc_workqueue_attrs(GFP_KERNEL); in wq_sysfs_prep_attrs()
5233 wq_update_unbound_numa_attrs_buf = alloc_workqueue_attrs(GFP_KERNEL); in wq_numa_init()
5312 BUG_ON(!(attrs = alloc_workqueue_attrs(GFP_KERNEL))); in init_workqueues()
5321 BUG_ON(!(attrs = alloc_workqueue_attrs(GFP_KERNEL))); in init_workqueues()
/linux-4.4.14/include/linux/
Dworkqueue.h423 struct workqueue_attrs *alloc_workqueue_attrs(gfp_t gfp_mask);