alloc_workqueue(fmt,WQ_UNBOUND| __WQ_ORDERED | (flags), 1, ##args) #define create_freezable_workqueue(name) \ alloc_workqueue("%s",WQ_FREEZABLE| WQ_UNBOUND |WQ_MEM_RECLAIM, 1, (name)) #definecreate_workqueue(name) \ alloc_workqueue("%s", WQ_MEM_RECLAIM, 1, (name)) #define creat...
sb_init_dio_done_wq Create workqueue for deferred direct IO completions. We allocate the* workqueue when it's first needed. This avoids creating workqueue for* filesystems that don't need it and also allows us to create the workqueue源...
GitHub mirror of the Linux Kernel's audit repository - KVM: MMU: propagate alloc_workqueue failure · linux-audit/audit-kernel@a1a3912
Name:alloc_workqueue Proto:struct workqueue_struct *alloc_workqueue(const char *fmt, unsigned int flags, int max_active, ...) Type:struct workqueue_struct Parameter: TypeParameterName const char * fmt unsigned int flags int max_active 4225...