Searched refs:alloc_ordered_workqueue (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/common/include/linux/ |
H A D | workqueue.h | 44 #define alloc_ordered_workqueue linux_alloc_ordered_workqueue macro 121 alloc_ordered_workqueue((name), 0) 126 alloc_ordered_workqueue(const char *, int);
|
/netbsd-src/sys/external/bsd/common/linux/ |
H A D | linux_work.c | 153 system_highpri_wq = alloc_ordered_workqueue("lnxhipwq", 0); in linux_workqueue_init0() 159 system_long_wq = alloc_ordered_workqueue("lnxlngwq", 0); in linux_workqueue_init0() 165 system_power_efficient_wq = alloc_ordered_workqueue("lnxpwrwq", 0); in linux_workqueue_init0() 171 system_unbound_wq = alloc_ordered_workqueue("lnxubdwq", 0); in linux_workqueue_init0() 177 system_wq = alloc_ordered_workqueue("lnxsyswq", 0); in linux_workqueue_init0() 302 alloc_ordered_workqueue(const char *name, int flags) in alloc_ordered_workqueue() function
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
H A D | mock_gem_device.c | 176 i915->wq = alloc_ordered_workqueue("mock", 0); in mock_gem_device()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
H A D | kfd_process.c | 145 kfd_restore_wq = alloc_ordered_workqueue("kfd_restore_wq", 0); in kfd_process_create_wq()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_drv.c | 424 dev_priv->wq = alloc_ordered_workqueue("i915", 0); in i915_workqueues_init() 428 dev_priv->hotplug.dp_wq = alloc_ordered_workqueue("i915-dp", 0); in i915_workqueues_init()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_display.c | 17587 i915->modeset_wq = alloc_ordered_workqueue("i915_modeset", 0); in intel_modeset_init()
|