Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dworkqueue.h615 struct workqueue_attrs *alloc_workqueue_attrs_noprof(void);
616 #define alloc_workqueue_attrs(...) alloc_hooks(alloc_workqueue_attrs_noprof(__VA_ARGS__))
/linux/kernel/
H A Dworkqueue.c4825 struct workqueue_attrs *alloc_workqueue_attrs_noprof(void) in alloc_workqueue_attrs_noprof() function
5911 wq->attrs = alloc_workqueue_attrs_noprof(); in __alloc_workqueue()