Lines Matching refs:alloc_workqueue
8212 system_wq = alloc_workqueue("events", WQ_PERCPU | __WQ_DEPRECATED, 0); in workqueue_init_early()
8213 system_percpu_wq = alloc_workqueue("events", WQ_PERCPU, 0); in workqueue_init_early()
8214 system_highpri_wq = alloc_workqueue("events_highpri", in workqueue_init_early()
8216 system_long_wq = alloc_workqueue("events_long", WQ_PERCPU, 0); in workqueue_init_early()
8217 system_unbound_wq = alloc_workqueue("events_unbound", WQ_UNBOUND | __WQ_DEPRECATED, WQ_MAX_ACTIVE); in workqueue_init_early()
8218 system_dfl_wq = alloc_workqueue("events_unbound", WQ_UNBOUND, WQ_MAX_ACTIVE); in workqueue_init_early()
8219 system_freezable_wq = alloc_workqueue("events_freezable", in workqueue_init_early()
8221 system_power_efficient_wq = alloc_workqueue("events_power_efficient", in workqueue_init_early()
8223 system_freezable_power_efficient_wq = alloc_workqueue("events_freezable_pwr_efficient", in workqueue_init_early()
8225 system_bh_wq = alloc_workqueue("events_bh", WQ_BH | WQ_PERCPU, 0); in workqueue_init_early()
8226 system_bh_highpri_wq = alloc_workqueue("events_bh_highpri", in workqueue_init_early()
8228 system_dfl_long_wq = alloc_workqueue("events_dfl_long", WQ_UNBOUND, WQ_MAX_ACTIVE); in workqueue_init_early()