Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dworkqueue.c3226 struct workqueue_attrs *alloc_workqueue_attrs(gfp_t gfp_mask) in alloc_workqueue_attrs() function
3311 pool->attrs = alloc_workqueue_attrs(GFP_KERNEL); in init_worker_pool()
3734 new_attrs = alloc_workqueue_attrs(GFP_KERNEL); in apply_wqattrs_prepare()
3735 tmp_attrs = alloc_workqueue_attrs(GFP_KERNEL); in apply_wqattrs_prepare()
4081 wq->unbound_attrs = alloc_workqueue_attrs(GFP_KERNEL); in __alloc_workqueue_key()
5226 attrs = alloc_workqueue_attrs(GFP_KERNEL); in wq_sysfs_prep_attrs()
5648 wq_update_unbound_numa_attrs_buf = alloc_workqueue_attrs(GFP_KERNEL); in wq_numa_init()
5723 BUG_ON(!(attrs = alloc_workqueue_attrs(GFP_KERNEL))); in workqueue_init_early()
5732 BUG_ON(!(attrs = alloc_workqueue_attrs(GFP_KERNEL))); in workqueue_init_early()
/Linux-v4.19/include/linux/
Dworkqueue.h458 struct workqueue_attrs *alloc_workqueue_attrs(gfp_t gfp_mask);