Lines Matching defs:alloc_workqueue
4271 struct workqueue_struct *alloc_workqueue(const char *fmt,
4366 EXPORT_SYMBOL_GPL(alloc_workqueue);
5680 * alloc_workqueue*() automatically calls this function if WQ_SYSFS is set
6021 system_wq = alloc_workqueue("events", 0, 0);
6022 system_highpri_wq = alloc_workqueue("events_highpri", WQ_HIGHPRI, 0);
6023 system_long_wq = alloc_workqueue("events_long", 0, 0);
6024 system_unbound_wq = alloc_workqueue("events_unbound", WQ_UNBOUND,
6026 system_freezable_wq = alloc_workqueue("events_freezable",
6028 system_power_efficient_wq = alloc_workqueue("events_power_efficient",
6030 system_freezable_power_efficient_wq = alloc_workqueue("events_freezable_power_efficient",