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.h585 struct workqueue_attrs *alloc_workqueue_attrs_noprof(void);
586 #define alloc_workqueue_attrs(...) alloc_hooks(alloc_workqueue_attrs_noprof(__VA_ARGS__))
/linux/kernel/
H A Dworkqueue.c4659 struct workqueue_attrs *alloc_workqueue_attrs_noprof(void) in alloc_workqueue_attrs_noprof() function
5720 wq->unbound_attrs = alloc_workqueue_attrs_noprof(); in __alloc_workqueue()