Searched refs:alloc_workqueue (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| D | workqueue.h | 383 #define alloc_workqueue(fmt, flags, max_active, args...) \ macro 394 #define alloc_workqueue(fmt, flags, max_active, args...) \ macro 413 alloc_workqueue(fmt, WQ_UNBOUND | __WQ_ORDERED | \ 417 alloc_workqueue("%s", __WQ_LEGACY | WQ_MEM_RECLAIM, 1, (name)) 419 alloc_workqueue("%s", __WQ_LEGACY | WQ_FREEZABLE | WQ_UNBOUND | \
|