Searched refs:alloc_workqueue_attrs_noprof (Results 1 – 2 of 2) sorted by relevance
585 struct workqueue_attrs *alloc_workqueue_attrs_noprof(void);586 #define alloc_workqueue_attrs(...) alloc_hooks(alloc_workqueue_attrs_noprof(__VA_ARGS__))
4659 struct workqueue_attrs *alloc_workqueue_attrs_noprof(void) in alloc_workqueue_attrs_noprof() function5720 wq->unbound_attrs = alloc_workqueue_attrs_noprof(); in __alloc_workqueue()