Home
last modified time | relevance | path

Searched refs:alloc_workqueue (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/
H A Dlinux_workqueue.c176 system_wq = alloc_workqueue("system_wq", 0, 1); in init_workqueues()
177 system_highpri_wq = alloc_workqueue("system_highpri_wq", WQ_HIGHPRI, 1); in init_workqueues()
178 system_long_wq = alloc_workqueue("system_long_wq", 0, 1); in init_workqueues()
179 system_unbound_wq = alloc_workqueue("system_unbound_wq", WQ_UNBOUND, 1); in init_workqueues()
180 system_power_efficient_wq = alloc_workqueue("system_power_efficient_wq", 0, 1); in init_workqueues()
/dragonfly/sys/dev/drm/include/linux/
H A Dworkqueue.h106 #define alloc_workqueue(name, flags, max_active) \ macro
/dragonfly/sys/dev/drm/i915/
H A Di915_gem_userptr.c175 mn->wq = alloc_workqueue("i915-userptr-release", in i915_mmu_notifier_create()
842 alloc_workqueue("i915-userptr-acquire", in i915_gem_init_userptr()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_display.c681 radeon_crtc->flip_queue = alloc_workqueue("radeon-crtc", WQ_HIGHPRI, 0); in radeon_crtc_init()