Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c4621 struct workqueue_attrs *alloc_workqueue_attrs(void) in alloc_workqueue_attrs() function
4640 EXPORT_SYMBOL_GPL(alloc_workqueue_attrs);
4779 pool->attrs = alloc_workqueue_attrs(); in init_worker_pool()
5268 new_attrs = alloc_workqueue_attrs(); in apply_wqattrs_prepare()
5688 wq->unbound_attrs = alloc_workqueue_attrs(); in __alloc_workqueue()
7107 attrs = alloc_workqueue_attrs(); in wq_sysfs_prep_attrs()
7764 unbound_wq_update_pwq_attrs_buf = alloc_workqueue_attrs(); in workqueue_init_early()
7808 BUG_ON(!(attrs = alloc_workqueue_attrs())); in workqueue_init_early()
7816 BUG_ON(!(attrs = alloc_workqueue_attrs())); in workqueue_init_early()
Dpadata.c454 attrs = alloc_workqueue_attrs(); in padata_setup_cpumasks()