Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dworkqueue.c3079 struct workqueue_attrs *alloc_workqueue_attrs(gfp_t gfp_mask) in alloc_workqueue_attrs() function
3168 pool->attrs = alloc_workqueue_attrs(GFP_KERNEL); in init_worker_pool()
3580 new_attrs = alloc_workqueue_attrs(GFP_KERNEL); in apply_wqattrs_prepare()
3581 tmp_attrs = alloc_workqueue_attrs(GFP_KERNEL); in apply_wqattrs_prepare()
3870 wq->unbound_attrs = alloc_workqueue_attrs(GFP_KERNEL); in __alloc_workqueue_key()
4899 attrs = alloc_workqueue_attrs(GFP_KERNEL); in wq_sysfs_prep_attrs()
5125 wq_update_unbound_numa_attrs_buf = alloc_workqueue_attrs(GFP_KERNEL); in wq_numa_init()
5201 BUG_ON(!(attrs = alloc_workqueue_attrs(GFP_KERNEL))); in init_workqueues()
5210 BUG_ON(!(attrs = alloc_workqueue_attrs(GFP_KERNEL))); in init_workqueues()
/linux-4.1.27/include/linux/
Dworkqueue.h423 struct workqueue_attrs *alloc_workqueue_attrs(gfp_t gfp_mask);