Searched refs:alloc_workqueue (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| D | workqueue.h | 397 #define alloc_workqueue(fmt, flags, max_active, args...) \ macro 408 #define alloc_workqueue(fmt, flags, max_active, args...) \ macro 427 alloc_workqueue(fmt, WQ_UNBOUND | __WQ_ORDERED | \ 431 alloc_workqueue("%s", __WQ_LEGACY | WQ_MEM_RECLAIM, 1, (name)) 433 alloc_workqueue("%s", __WQ_LEGACY | WQ_FREEZABLE | WQ_UNBOUND | \
|