Searched refs:alloc_workqueue_attrs_noprof (Results 1 – 2 of 2) sorted by relevance
615 struct workqueue_attrs *alloc_workqueue_attrs_noprof(void);616 #define alloc_workqueue_attrs(...) alloc_hooks(alloc_workqueue_attrs_noprof(__VA_ARGS__))
4825 struct workqueue_attrs *alloc_workqueue_attrs_noprof(void) in alloc_workqueue_attrs_noprof() function5911 wq->attrs = alloc_workqueue_attrs_noprof(); in __alloc_workqueue()